mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-02-11 13:30:36 +00:00
[#7] Declare extern on new config options
This commit is contained in:
parent
288f4d6962
commit
db5e8f180c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user