roo_e/shared/memory.h
2022-05-16 17:59:47 -05:00

13 lines
168 B
C

#ifndef MEMORY_H
#define MEMORY_H
#include "os.h"
#ifdef MEMORY_CHECK_ENABLED
#define MEMWATCH
#include "thirdparty/memwatch/memwatch.h"
#endif
#endif // MEMORY_H