cross compilation of Win32 version (using win32 API)

This commit is contained in:
Thomas Bernard
2018-06-21 12:57:07 +02:00
parent 184a4ba414
commit 4b28894bb8
6 changed files with 91 additions and 17 deletions

View File

@@ -32,10 +32,6 @@
#include "struct.h"
#include "global.h"
#if defined(WIN32) && !defined(USE_SDL) && !defined(USE_SDL2)
int Init_Win32(HINSTANCE hInstance, HINSTANCE hPrevInstance);
#endif
void GFX2_Set_mode(int *width, int *height, int fullscreen);
byte Get_Screen_pixel(int x, int y);