Chroma/chroma/inc/kernel/system/heap.h

13 lines
186 B
C
Raw Normal View History

#pragma once
/************************
*** Team Kitty, 2020 ***
*** Chroma ***
***********************/
2020-07-05 21:58:37 +00:00
#include <stddef.h>
#include <stdint.h>
uint8_t HeapEnabled = 0;