mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Linux implementation. Include changes for gcc x64.
This commit is contained in:
parent
4e52824a42
commit
4e9034854d
56 changed files with 1108 additions and 3075 deletions
|
|
@ -575,7 +575,7 @@ namespace _Private {
|
|||
|
||||
///
|
||||
#define FIELDOFFSET( fieldName ) \
|
||||
U32( ( ( const char* ) &( ( ( ThisType* ) 16 )->fieldName ) ) - 16 ) // Artificial offset to avoid compiler warnings.
|
||||
uintptr_t( ( ( const char* ) &( ( ( ThisType* ) 16 )->fieldName ) ) - 16 ) // Artificial offset to avoid compiler warnings.
|
||||
|
||||
///
|
||||
#define CLASSDOC( className, doc ) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue