Link m_debug_hayakawa.c

This commit is contained in:
Cuyler36
2023-04-22 00:55:05 -04:00
parent 5d7bc898e8
commit efb1169e4f
25 changed files with 837 additions and 88 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef MAIN_H
#define MAIN_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240
extern int ScreenWidth;
extern int ScreenHeight;
#ifdef __cplusplus
}
#endif
#endif