prime/include/Kyoto_CWD/CFactoryMgr.hpp

13 lines
135 B
C++
Raw Normal View History

#ifndef _CFACTORYMGR_HPP
#define _CFACTORYMGR_HPP
#include "types.h"
class CFactoryMgr {
public:
private:
u8 pad[0x38];
};
#endif