diff --git a/SDK/C/TitanEngine.h b/SDK/C/TitanEngine.h index 74ddb99..a67881b 100644 --- a/SDK/C/TitanEngine.h +++ b/SDK/C/TitanEngine.h @@ -10,6 +10,14 @@ #include #include +#ifdef __GNUC__ +typedef struct DECLSPEC_ALIGN(16) _M128A +{ + ULONGLONG Low; + LONGLONG High; +} M128A, *PM128A; +#endif //__GNUC__ + #pragma pack(push, 1) // Global.Constant.Structure.Declaration: