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