mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 06:27:41 +00:00
Reorganize includes to match asm
This commit is contained in:
24
include/Kyoto/CSimplePool.hpp
Normal file
24
include/Kyoto/CSimplePool.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef _CSIMPLEPOOL_HPP
|
||||
#define _CSIMPLEPOOL_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/map.hpp"
|
||||
|
||||
#include "IObjectStore.hpp"
|
||||
|
||||
class CSimplePool {
|
||||
public:
|
||||
virtual ~CSimplePool() {}
|
||||
|
||||
private:
|
||||
u8 x4_;
|
||||
u8 x5_;
|
||||
rstl::map< unkptr, unkptr > x8_resources;
|
||||
unkptr x18_factory;
|
||||
CVParamTransfer x1c_paramXfr;
|
||||
};
|
||||
|
||||
extern CSimplePool* gpSimplePool;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user