mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-03 11:15:53 +00:00
13 lines
143 B
C++
13 lines
143 B
C++
#ifndef _CWORLDSTATE
|
|
#define _CWORLDSTATE
|
|
|
|
#include "types.h"
|
|
|
|
class CWorldState {
|
|
public:
|
|
private:
|
|
u8 pad[0x18];
|
|
};
|
|
|
|
#endif // _CWORLDSTATE
|