mirror of
https://github.com/Gericom/GBARunner3.git
synced 2025-06-21 20:55:35 -04:00
15 lines
197 B
C
15 lines
197 B
C
#pragma once
|
|
#include <nds/ndstypes.h>
|
|
#include <stddef.h>
|
|
|
|
typedef u16 bool16;
|
|
|
|
#ifdef __cplusplus
|
|
|
|
#include "Logger/ILogger.h"
|
|
#include "Core/Heap/GlobalHeap.h"
|
|
|
|
extern ILogger* gLogger;
|
|
|
|
#endif
|