diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2023-01-17 00:17:49 -0500 |
|---|---|---|
| committer | briaguya <briaguya@alice> | 2023-01-17 00:33:56 -0500 |
| commit | ba13e6b2c40d17adef064c2022ceeef260622981 (patch) | |
| tree | 8dbad888b552342bd7a10a1061657a122ce08f87 /ZAPDTR | |
| parent | ab104623a74311ed3ba20fc059b012b3940c300b (diff) | |
refactor: use LUS 1.0 RC
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com>
Co-authored-by: David Chavez <david@dcvz.io>
Co-authored-by: KiritoDv <kiritodev01@gmail.com>
Co-authored-by: Christopher Leggett <chris@leggett.dev>
Diffstat (limited to 'ZAPDTR')
| -rw-r--r-- | ZAPDTR/ZAPD/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | ZAPDTR/ZAPD/ZResource.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ZAPDTR/ZAPD/CMakeLists.txt b/ZAPDTR/ZAPD/CMakeLists.txt index 93aaf7356..4b9110c32 100644 --- a/ZAPDTR/ZAPD/CMakeLists.txt +++ b/ZAPDTR/ZAPD/CMakeLists.txt @@ -336,6 +336,8 @@ find_package(PNG REQUIRED) target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/../../libultraship/extern/ZAPDUtils
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../libultraship/src/resource
+ ${CMAKE_CURRENT_SOURCE_DIR}/../../libultraship/include
${CMAKE_CURRENT_SOURCE_DIR}/../../ZAPDTR/lib/tinyxml2
${CMAKE_CURRENT_SOURCE_DIR}/../../ZAPDTR/lib/libgfxd
${PNG_PNG_INCLUDE_DIR}/
diff --git a/ZAPDTR/ZAPD/ZResource.h b/ZAPDTR/ZAPD/ZResource.h index be272cf6b..59b074daf 100644 --- a/ZAPDTR/ZAPD/ZResource.h +++ b/ZAPDTR/ZAPD/ZResource.h @@ -7,8 +7,8 @@ #include <string> #include <vector> #include "Declaration.h" -#include "Utils/BinaryWriter.h" -#include "Utils/Directory.h" +#include <Utils/BinaryWriter.h> +#include <Utils/Directory.h> #include "tinyxml2.h" #define SEGMENT_SCENE 2 |
