Remove gCmdLine declaration

This commit is contained in:
Alexander Batalov 2022-05-25 22:26:10 +03:00
parent 12b1a7c7c8
commit 344a69cec9
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ typedef HRESULT(__stdcall DirectSoundCreateProc)(GUID*, LPDIRECTSOUND*, IUnknown
extern DirectSoundCreateProc* gDirectSoundCreateProc;
extern HWND gProgramWindow;
extern LPSTR gCmdLine;
extern bool gProgramIsActive;
extern HANDLE _GNW95_mutex;
extern HMODULE gDSoundDLL;