mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-10 04:46:50 -04:00
Implement m_lib and some header file defintions
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user