mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 12:06:07 +00:00
@@ -71,11 +71,15 @@ typedef int BOOL;
|
||||
#ifndef final
|
||||
#define final
|
||||
#endif
|
||||
|
||||
#if defined(__MWERKS__)
|
||||
#ifndef override
|
||||
#define override
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef ATTRIBUTE_ALIGN
|
||||
#if defined(__MWERKS__) || defined(__GNUC__)
|
||||
#define ATTRIBUTE_ALIGN(num) __attribute__((aligned(num)))
|
||||
|
||||
Reference in New Issue
Block a user