mirror of
https://github.com/zeldaret/tmc
synced 2026-07-30 16:04:07 -04:00
done
This commit is contained in:
@@ -47,6 +47,8 @@
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#define max(a, b) ((a) >= (b) ? (a) : (b))
|
||||
|
||||
#define static_assert(cond) extern char assertion[(cond) ? 1 : -1]
|
||||
|
||||
typedef union {
|
||||
s32 WORD;
|
||||
struct {
|
||||
@@ -74,4 +76,6 @@ union SplitHWord {
|
||||
} PACKED HALF;
|
||||
} PACKED;
|
||||
|
||||
|
||||
|
||||
#endif // GUARD_GLOBAL_H
|
||||
|
||||
Reference in New Issue
Block a user