Files
echoes/include/MetroidPrime/Player/CPersistentOptions.hpp

9 lines
136 B
C++

#ifndef _CPERSISTENTOPTIONS
#define _CPERSISTENTOPTIONS
class CPersistentOptions {
char pad[0x2c];
};
#endif // _CPERSISTENTOPTIONS