13 lines
186 B
C
13 lines
186 B
C
#pragma once
|
|
|
|
/************************
|
|
*** Team Kitty, 2020 ***
|
|
*** Chroma ***
|
|
***********************/
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
uint8_t HeapEnabled = 0;
|
|
|