Implement m_lib and some header file defintions

This commit is contained in:
Cuyler36
2023-04-23 18:46:44 -04:00
parent 98d13299ca
commit c75418ec1b
10 changed files with 1058 additions and 370 deletions
+3
View File
@@ -10,6 +10,9 @@ extern "C" {
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 240
#define SCREEN_WIDTH_F ((f32)SCREEN_WIDTH)
#define SCREEN_HEIGHT_F ((f32)SCREEN_HEIGHT)
extern int ScreenWidth;
extern int ScreenHeight;