Moved .rodata in unknown_003260 from asm to C.

This commit is contained in:
David Benepe
2021-05-29 16:51:57 -05:00
parent d1c9ed7580
commit cbe0160136
4 changed files with 29 additions and 41 deletions
+3
View File
@@ -43,5 +43,8 @@ typedef s32 ptrdiff_t;
typedef struct FloatLiteral {
float floatLiteral;
} FloatLiteral;
typedef struct DoubleLiteral {
double doubleLiteral;
} DoubleLiteral;
#endif