mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 10:31:19 +00:00
13 lines
135 B
C++
13 lines
135 B
C++
#ifndef _CWORLDSTATE_HPP
|
|
#define _CWORLDSTATE_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CWorldState {
|
|
public:
|
|
private:
|
|
u8 pad[0x18];
|
|
};
|
|
|
|
#endif
|