16 lines
182 B
C
Raw Permalink Normal View History

2021-08-04 10:46:24 +08:00
//<2F><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD>
#ifndef __GAMEENGINE_H
#define __GAMEENGINE_H
#include "GE_Draw.h"
#include "GE_Font.h"
2021-08-10 15:02:33 +08:00
#include "GE_GUI.h"
2021-08-04 10:46:24 +08:00
#define FALSE 0
#define TRUE 1
void GE_Init(void);
#endif