mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
ANCS fixes and cleanup
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <fstream>
|
||||
#include <angelscript.h>
|
||||
#include <HECL/HECL.hpp>
|
||||
#include <HECL/Database.hpp>
|
||||
#include <Athena/FileWriter.hpp>
|
||||
@@ -20,14 +19,9 @@ struct ISTRG
|
||||
virtual std::wstring getUTF16(const FourCC& lang, size_t idx) const=0;
|
||||
virtual HECL::SystemString getSystemString(const FourCC& lang, size_t idx) const=0;
|
||||
virtual int32_t lookupIdx(const std::string& name) const=0;
|
||||
|
||||
virtual bool readAngelScript(const AngelScript::asIScriptModule& in)=0;
|
||||
virtual void writeAngelScript(std::ofstream& out) const=0;
|
||||
};
|
||||
std::unique_ptr<ISTRG> LoadSTRG(Athena::io::IStreamReader& reader);
|
||||
|
||||
extern HECL::Database::ASListType<std::string> ASTYPE_STRGLanguage;
|
||||
|
||||
}
|
||||
|
||||
#endif // __COMMON_STRG_HPP__
|
||||
|
||||
Reference in New Issue
Block a user