PkmnLibTools/src/Tools/ScriptHeadersExporter.hpp

12 lines
257 B
C++

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