prime/include/MetroidPrime/Player/CWorldState.hpp

13 lines
135 B
C++
Raw Normal View History

#ifndef _CWORLDSTATE_HPP
#define _CWORLDSTATE_HPP
#include "types.h"
class CWorldState {
public:
private:
u8 pad[0x18];
};
#endif