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