This commit is contained in:
Nikolay Korolev
2021-08-29 19:40:10 +03:00
19 changed files with 3806 additions and 3625 deletions

View File

@@ -822,7 +822,9 @@ public:
void RestorePreviousObjective(void);
void SetIdle(void);
#ifdef _MSC_VER
#if _MSC_VER >= 1920 && _MSC_VER < 1929
__declspec(noinline) // workaround for a compiler bug, hooray MS :P
#endif
#endif
void SetObjective(eObjective, void*);
void SetObjective(eObjective);