mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Compilation fixes for C++20
This commit is contained in:
parent
e16351605b
commit
1940becb2d
40 changed files with 220 additions and 211 deletions
|
|
@ -118,7 +118,7 @@ public:
|
|||
static void initPersistFields();
|
||||
|
||||
S32 getPageSlotIndex(S32 page, S32 slot);
|
||||
char* formatDesc(char* buffer, int len, S32 page, S32 slot) const;
|
||||
const char* formatDesc(char* buffer, int len, S32 page, S32 slot) const;
|
||||
const char* getSpellIcon(S32 page, S32 slot) const;
|
||||
bool isPlaceholder(S32 page, S32 slot) const;
|
||||
afxMagicSpellData* getSpellData(S32 page, S32 slot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue