This commit is contained in:
Fire-Head
2020-04-17 08:54:14 +03:00
parent 435a9ca7f2
commit a4922d5cb7
139 changed files with 1350 additions and 1400 deletions

View File

@@ -29,9 +29,9 @@ enum eWinVersion
OS_WINXP,
};
extern DWORD &_dwOperatingSystemVersion;
extern DWORD _dwOperatingSystemVersion;
extern RwUInt32 &gGameState;
extern RwUInt32 gGameState;
/* platform specfic global data */
typedef struct
@@ -127,5 +127,5 @@ void HandleExit();
#endif /* __cplusplus */
extern DWORD &_dwOperatingSystemVersion;
extern DWORD _dwOperatingSystemVersion;
#endif /* (!defined(_PLATFORM_WIN_H)) */