#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