#ifndef PKMNLIBTOOLS_SCRIPTHEADERSEXPORTER_HPP #define PKMNLIBTOOLS_SCRIPTHEADERSEXPORTER_HPP #include class ScriptHeadersExporter { public: static void Export(const std::string& outPath); }; #endif // PKMNLIBTOOLS_SCRIPTHEADERSEXPORTER_HPP