Merge branch 'development' into NetworkedFields

This commit is contained in:
Areloch 2018-02-14 00:11:32 -06:00 committed by GitHub
commit 7e00785b6e
177 changed files with 15502 additions and 3878 deletions

View file

@ -1265,10 +1265,6 @@ inline bool& ConsoleObject::getDynamicGroupExpand()
EnginePropertyTable _propTable( sizeof( _props ) / sizeof( _props[ 0 ] ) - 1, _props ); \
} }
/// Add an auto-doc for a class.
#define ConsoleDocClass( className, docString ) \
CLASSDOC( className, docString )
/// @}
//------------------------------------------------------------------------------