mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Changes for Linux.
This commit is contained in:
parent
aa35157eef
commit
3336bffad2
30 changed files with 99 additions and 173 deletions
|
|
@ -78,6 +78,14 @@ public:
|
|||
{ if ((x)==0) \
|
||||
::PlatformAssert::processAssert(::PlatformAssert::Warning, __FILE__, __LINE__, y); }
|
||||
|
||||
/*!
|
||||
Helper macro called when AssertFatal failed.
|
||||
Used for help static code analyzers.
|
||||
*/
|
||||
#ifndef ON_FAIL_ASSERTFATAL
|
||||
#define ON_FAIL_ASSERTFATAL
|
||||
#endif
|
||||
|
||||
/*!
|
||||
Assert that the statement x is true, otherwise halt.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue