mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +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
|
|
@ -77,7 +77,7 @@ public:
|
|||
void setBitmap(const char *name, bool placholder=false);
|
||||
void setSpellBook(afxSpellBook*, U8 page);
|
||||
void setPage(U8 page);
|
||||
char* formatDesc(char* buffer, int len) const;
|
||||
const char* formatDesc(char* buffer, int len) const;
|
||||
|
||||
afxMagicSpellData* getSpellDataBlock() const;
|
||||
afxRPGMagicSpellData* getSpellRPGDataBlock() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue