PkmnLibTools/src/Tools/ScriptCompiler.hpp

10 lines
238 B
C++

#ifndef PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
#define PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
class ScriptCompiler {
public:
static void Compile(const std::string& inPath, const std::string& outPath);
};
#endif // PKMNLIBTOOLS_SCRIPTCOMPILER_HPP