mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Eliminate DefineConsoleMethod
This commit is contained in:
parent
e718841467
commit
76908eae3c
77 changed files with 483 additions and 483 deletions
|
|
@ -861,7 +861,7 @@ public:
|
|||
// these macros can be removed and all definitions that make use of them can be removed
|
||||
// as well.
|
||||
|
||||
#define DefineConsoleMethod( className, name, returnType, args, defaultArgs, usage ) \
|
||||
#define DefineEngineMethod( className, name, returnType, args, defaultArgs, usage ) \
|
||||
struct _ ## className ## name ## frame \
|
||||
{ \
|
||||
typedef className ObjectType; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue