Removal of some useless symbols and MAJOR cleanup in sdllink.cpp

This commit is contained in:
theoddone33
2002-03-02 20:57:28 +00:00
parent 7b3fc665a6
commit f50c4d7ed2
5 changed files with 109 additions and 156 deletions

View File

@@ -41,7 +41,6 @@ DWORD Moving=0;
DWORD SoundBufferSize=1024*18;
DWORD FirstSound=1;
int AllowDefault=0;
int SoundEnabled=1;
DWORD FirstActivate = 1;
@@ -313,7 +312,6 @@ BOOL InputDeAcquire(void)
}
extern "C" {
unsigned char keyboardhit=0;
void initwinvideo();
void DosExit(void);
extern BYTE GUIOn2;