2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Add factory function

This commit is contained in:
2016-08-16 14:12:27 -07:00
parent de7d5f9d59
commit bb0977733f
2 changed files with 10 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#define __URDE_CSTRINGTABLE_HPP__
#include "RetroTypes.hpp"
#include "IFactory.hpp"
namespace urde
{
@@ -19,5 +20,7 @@ public:
std::wstring GetString(s32) const;
static void SetLanguage(s32);
};
CFactoryFnReturn FStringTableFactory(const SObjectTag&, CInputStream&, const CVParamTransfer&);
}
#endif // __URDE_CSTRINGTABLE_HPP__