mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 13:07:41 +00:00
Start CModelData, cleanup CFactoryFnReturn usage
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/single_ptr.hpp"
|
||||
#include <rstl/single_ptr.hpp>
|
||||
|
||||
#include "Kyoto/Streams/CInputStream.hpp"
|
||||
#include <Kyoto/CFactoryFnReturn.hpp>
|
||||
|
||||
class CInputStream;
|
||||
class CStringTable {
|
||||
int x0_stringCount;
|
||||
rstl::single_ptr< uchar > x4_data;
|
||||
@@ -19,4 +20,7 @@ public:
|
||||
|
||||
extern CStringTable* gpStringTable;
|
||||
|
||||
CFactoryFnReturn FStringTableFactory(const SObjectTag& tag, CInputStream& in,
|
||||
const CVParamTransfer& xfer);
|
||||
|
||||
#endif // _CSTRINGTABLE
|
||||
|
||||
Reference in New Issue
Block a user