|
|
@ -54,8 +54,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
#include <cstdlib> |
|
|
|
#include <cstdlib> |
|
|
|
#include <cstring> |
|
|
|
#include <cstring> |
|
|
|
#include <cctype> |
|
|
|
#include <cctype> |
|
|
|
#include <stdarg.h> |
|
|
|
#include <cstdarg> |
|
|
|
#include <stdint.h> |
|
|
|
#include <cstdint> |
|
|
|
|
|
|
|
|
|
|
|
//======================================
|
|
|
|
//======================================
|
|
|
|
// Winblows Hacks
|
|
|
|
// Winblows Hacks
|
|
|
@ -77,7 +77,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com |
|
|
|
// even more bloated than before!
|
|
|
|
// even more bloated than before!
|
|
|
|
struct HWND__; typedef struct HWND__ *HWND; |
|
|
|
struct HWND__; typedef struct HWND__ *HWND; |
|
|
|
struct HINSTANCE__; typedef struct HINSTANCE__ *HINSTANCE; |
|
|
|
struct HINSTANCE__; typedef struct HINSTANCE__ *HINSTANCE; |
|
|
|
|
|
|
|
|
|
|
|
typedef HWND hsWindowHndl; |
|
|
|
typedef HWND hsWindowHndl; |
|
|
|
typedef HINSTANCE hsWindowInst; |
|
|
|
typedef HINSTANCE hsWindowInst; |
|
|
|
typedef HINSTANCE HMODULE; |
|
|
|
typedef HINSTANCE HMODULE; |
|
|
|