mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +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
|
|
@ -730,6 +730,12 @@ class SimObject: public ConsoleObject, public TamlCallbacks
|
|||
/// @param name Name to assign to the object.
|
||||
bool registerObject(const char *name);
|
||||
|
||||
/// Register the object, assigning the name.
|
||||
///
|
||||
/// @see registerObject()
|
||||
/// @param name Name to assign to the object.
|
||||
bool registerObject(const String& name);
|
||||
|
||||
/// Register the object, assigning a name and ID.
|
||||
///
|
||||
/// @see registerObject()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue