From 82bd27604a4c8f8c1f01f9c2f54c87fab103c39f Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Thu, 5 Aug 2021 05:11:24 -0400 Subject: Exporter Support Added (#127) * Initial exporter implementation * Updated to use static library. * minor cleanup * Cleaned things up a bit * Fixed merge issues * Minor commenting * Added Begin and End functions, and removed HL stuff (to be turned into an exporter at a later date) * Cleaned some stuff up * Additional cleanup * Removed some commented out code * Fixed compilation issues * Cleanup * Fixed merge issues * Got rid of unused windows.h includes * Cleanup * Fixed warning * Removed additional redundancies * Cleanup * Fixed merge issues * Fixed some compiler issues, added makefile for exportertest. * Removed redundancies and clang formatted * Made sure exportertest compiles with C++17 * Moved certain files into new "Utils" folder. * GetExporterMap uses a reference now * Minor fixes and updates. Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com> --- ZAPD/ZRoom/Commands/SetPathways.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ZAPD/ZRoom/Commands/SetPathways.cpp') diff --git a/ZAPD/ZRoom/Commands/SetPathways.cpp b/ZAPD/ZRoom/Commands/SetPathways.cpp index 13ee7a7..3355615 100644 --- a/ZAPD/ZRoom/Commands/SetPathways.cpp +++ b/ZAPD/ZRoom/Commands/SetPathways.cpp @@ -1,7 +1,7 @@ #include "SetPathways.h" -#include "BitConverter.h" +#include "Utils/BitConverter.h" #include "Globals.h" -#include "StringHelper.h" +#include "Utils/StringHelper.h" #include "ZFile.h" #include "ZRoom/ZRoom.h" -- cgit v1.2.3