namespace housekeeping continued x3

This commit is contained in:
Justin Scofield
2022-06-20 14:07:35 -04:00
parent f9e0ed17bf
commit 350d5526de
9 changed files with 78 additions and 78 deletions

View File

@@ -24,7 +24,7 @@ class Bitmap {
char *pixel_data_;
};
static bool isbpp3[core::Constants::NumberOfSheets];
static bool isbpp3[core::constants::NumberOfSheets];
int GetPCGfxAddress(char *romData, char id);
char *CreateAllGfxDataRaw(char *romData);