mirror of
https://github.com/zeldaret/tmc
synced 2026-05-26 07:39:08 -04:00
Make union consistent with other split union types.
This commit is contained in:
+2
-2
@@ -119,7 +119,7 @@ typedef struct {
|
||||
s8 y;
|
||||
} PACKED Coords8;
|
||||
|
||||
typedef union {
|
||||
union SplitDWord {
|
||||
s64 DWORD;
|
||||
u64 DWORD_U;
|
||||
struct {
|
||||
@@ -128,7 +128,7 @@ typedef union {
|
||||
struct {
|
||||
u32 LO, HI;
|
||||
} HALF_U;
|
||||
} SplitDWord;
|
||||
};
|
||||
|
||||
union SplitWord {
|
||||
s32 WORD;
|
||||
|
||||
Reference in New Issue
Block a user