Move KitchenSync declaration into winlink.cpp
This commit is contained in:
@@ -31,7 +31,6 @@ extern "C" {
|
||||
#include <dinput.h>
|
||||
#include <winuser.h>
|
||||
#include "resource.h"
|
||||
//#include <fstream.h>
|
||||
|
||||
DWORD WindowWidth = 256;
|
||||
DWORD WindowHeight = 224;
|
||||
@@ -54,6 +53,7 @@ HWND hMainWindow;
|
||||
extern "C"
|
||||
{
|
||||
HINSTANCE hInst;
|
||||
unsigned char KitchenSync = 0;
|
||||
}
|
||||
|
||||
LPDIRECTSOUND8 lpDirectSound = NULL;
|
||||
|
||||
@@ -30,9 +30,9 @@ extern void ConvertJoyMap1(void);
|
||||
extern void ConvertJoyMap2(void);
|
||||
extern void displayparams(void);
|
||||
extern void makeextension(void);
|
||||
extern unsigned char KitchenSync;
|
||||
|
||||
int pccmdline(void);
|
||||
extern int KitchenSync = 0;
|
||||
|
||||
extern unsigned char Palette0, SPC700sh, OffBy1Line, DSPDisable,
|
||||
MMXSupport, Force8b, ForcePal, GUIClick, MouseDis,
|
||||
|
||||
Reference in New Issue
Block a user