[#7] Declare extern on new config options

This commit is contained in:
InvisibleUp 2023-11-24 17:36:31 -08:00
parent 288f4d6962
commit db5e8f180c
1 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@ extern uint32_t vMacScreenBitWidth;
extern uint32_t vMacScreenByteWidth;
extern uint32_t vMacScreenMonoNumBytes;
extern uint32_t vMacScreenMonoByteWidth;
bool UseLargeScreenHack;
char *ScreenColorBlack;
char *ScreenColorWhite;
extern bool UseLargeScreenHack;
extern char *ScreenColorBlack;
extern char *ScreenColorWhite;
#endif