mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-25 10:52:00 +00:00
15 lines
148 B
C++
15 lines
148 B
C++
#ifndef _CFACTORYMGR
|
|
#define _CFACTORYMGR
|
|
|
|
#include "types.h"
|
|
|
|
class CFactoryMgr {
|
|
public:
|
|
private:
|
|
uchar pad[0x38];
|
|
};
|
|
|
|
|
|
|
|
#endif // _CFACTORYMGR
|