mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 15:04:54 +00:00
Link CStringTable.cpp
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "CInputStream.hpp"
|
||||
|
||||
class CStringTable {
|
||||
u32 x0_stringCount;
|
||||
s32 x0_stringCount;
|
||||
rstl::single_ptr< u8 > x4_data;
|
||||
|
||||
public:
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user