Link CStringTable.cpp

This commit is contained in:
2022-07-18 09:51:34 -04:00
parent 1bc93e4dbc
commit f511aba228
6 changed files with 14 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
#include "CInputStream.hpp"
class CStringTable {
u32 x0_stringCount;
s32 x0_stringCount;
rstl::single_ptr< u8 > x4_data;
public:

View File

@@ -19,7 +19,7 @@ typedef u32 CAssetId;
// bool operator==(const CAssetId& other) { return id == other.id; }
// };
#define FourCC unsigned long
#define FourCC u32
struct SObjectTag {
FourCC type;