mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-14 20:23:30 +01:00
why isn't it
i dont gnow
This commit is contained in:
parent
69f38d3524
commit
3ff1eaacd3
@ -52,7 +52,7 @@ CPixmap* g_pPixmap = NULL; // pixmap principal
|
||||
CSound* g_pSound = NULL; // sound principal
|
||||
CMovie* g_pMovie = NULL; // movie principal
|
||||
CDecor* g_pDecor = NULL;
|
||||
CNetwork* g_pNetwork;
|
||||
CNetwork* g_pNetwork = NULL;
|
||||
char g_CDPath[MAX_PATH]; // chemin d'accès au CD-Rom
|
||||
BOOL g_bFullScreen = FALSE; // FALSE si mode de test
|
||||
int g_speedRate = 1;
|
||||
|
@ -7,12 +7,6 @@
|
||||
#include "misc.h"
|
||||
#include "network.h"
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS_GLOBALS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#pragma warning(disable : 4996)
|
||||
#pragma comment(lib, "dplayx.lib")
|
||||
#pragma comment(lib, "dxguid.lib")
|
||||
|
||||
// a0f94abe-11c3-d111-be62-0040f6944838
|
||||
#define APP_GUID { 0xbe4af9a0, 0xc311, 0x11d1, { 0xbe, 0x62, 0x00, 0x40, 0xf6, 0x94, 0x48, 0x38 } };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user