prime/include/MetroidPrime/Player/CWorldTransManager.hpp

13 lines
171 B
C++
Raw Normal View History

#ifndef _CWORLDTRANSMANAGER
#define _CWORLDTRANSMANAGER
#include "types.h"
class CWorldTransManager {
public:
private:
u8 pad[0x48];
};
#endif // _CWORLDTRANSMANAGER