mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 21:04:45 +00:00
Made notes for future:
g_sDebugDir g_sScreenShotDir
This commit is contained in:
parent
6735d1c245
commit
2dbef27f83
@ -63,8 +63,10 @@ AppMode_e g_nAppMode = MODE_LOGO;
|
|||||||
|
|
||||||
static int lastmode = MODE_LOGO;
|
static int lastmode = MODE_LOGO;
|
||||||
DWORD needsprecision = 0; // Redundant
|
DWORD needsprecision = 0; // Redundant
|
||||||
TCHAR g_sProgramDir[MAX_PATH] = TEXT("");
|
TCHAR g_sProgramDir[MAX_PATH] = TEXT(""); // Directory of where AppleWin executable resides
|
||||||
TCHAR g_sCurrentDir[MAX_PATH] = TEXT(""); // Also Starting Dir
|
TCHAR g_sDebugDir [MAX_PATH] = TEXT(""); // TODO: Not currently used
|
||||||
|
TCHAR g_sScreenShotDir[MAX_PATH] = TEXT(""); // TODO: Not currently used
|
||||||
|
TCHAR g_sCurrentDir[MAX_PATH] = TEXT(""); // Also Starting Dir. Debugger uses this when load/save
|
||||||
bool g_bResetTiming = false; // Redundant
|
bool g_bResetTiming = false; // Redundant
|
||||||
BOOL restart = 0;
|
BOOL restart = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user