mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-02 02:01:22 +00:00
15 lines
203 B
C++
15 lines
203 B
C++
#ifndef _CWORLDSTATE
|
|
#define _CWORLDSTATE
|
|
|
|
#include "Kyoto/SObjectTag.hpp"
|
|
|
|
class CWorldState {
|
|
public:
|
|
void SetDesiredAreaAssetId(CAssetId id);
|
|
|
|
private:
|
|
uchar pad[0x18];
|
|
};
|
|
|
|
#endif // _CWORLDSTATE
|