Update to new PkmnLib

This commit is contained in:
Deukhoofd 2021-10-30 14:35:40 +02:00
parent 31414d6521
commit 20edf39d48
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
3 changed files with 1 additions and 7 deletions

View File

@ -9,7 +9,6 @@ include_pkmnlib()
file(GLOB_RECURSE SRC_FILES src/*.cpp src/*.hpp)
add_executable(PkmnLibTools ${SRC_FILES})
target_precompile_headers(PkmnLibTools PUBLIC src/Precompiled.hxx)
add_definitions(-DLEVEL_U8)
SET(_LINKS Arbutils CreatureLib pkmnLib)

View File

@ -1,6 +0,0 @@
#ifndef PKMNLIBTOOLS_PRECOMPILED_HXX
#define PKMNLIBTOOLS_PRECOMPILED_HXX
#include <PkmnLib/Precompiled.hxx>
#endif // PKMNLIBTOOLS_PRECOMPILED_HXX

View File

@ -1,5 +1,6 @@
#ifndef PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
#define PKMNLIBTOOLS_SCRIPTCOMPILER_HPP
#include <string>
class ScriptCompiler {
public: