mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
Migrate s32->int, u32->uint; fix dolphin/types.h
Former-commit-id: 7eb08b6ee8
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "Kyoto/Streams/CInputStream.hpp"
|
||||
|
||||
class CStringTable {
|
||||
s32 x0_stringCount;
|
||||
int x0_stringCount;
|
||||
rstl::single_ptr< u8 > x4_data;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user