diff --git a/src/common/Exd/StructureDef/lgb.h b/deps/datReader/DatCategories/bg/lgb.h similarity index 100% rename from src/common/Exd/StructureDef/lgb.h rename to deps/datReader/DatCategories/bg/lgb.h diff --git a/src/common/Exd/StructureDef/matrix4.h b/deps/datReader/DatCategories/bg/matrix4.h similarity index 100% rename from src/common/Exd/StructureDef/matrix4.h rename to deps/datReader/DatCategories/bg/matrix4.h diff --git a/src/common/Exd/StructureDef/pcb.h b/deps/datReader/DatCategories/bg/pcb.h similarity index 100% rename from src/common/Exd/StructureDef/pcb.h rename to deps/datReader/DatCategories/bg/pcb.h diff --git a/src/common/Exd/StructureDef/sgb.h b/deps/datReader/DatCategories/bg/sgb.h similarity index 100% rename from src/common/Exd/StructureDef/sgb.h rename to deps/datReader/DatCategories/bg/sgb.h diff --git a/src/common/Exd/StructureDef/vec3.h b/deps/datReader/DatCategories/bg/vec3.h similarity index 100% rename from src/common/Exd/StructureDef/vec3.h rename to deps/datReader/DatCategories/bg/vec3.h diff --git a/src/tools/discovery_parser/main.cpp b/src/tools/discovery_parser/main.cpp index 1c87ce7d..41c833b6 100644 --- a/src/tools/discovery_parser/main.cpp +++ b/src/tools/discovery_parser/main.cpp @@ -13,9 +13,9 @@ #include -#include -#include -#include +#include +#include +#include #include "tex.h" #include "tex_decode.h" diff --git a/src/tools/event_object_parser/main.cpp b/src/tools/event_object_parser/main.cpp index 32e63f6f..38bf41bf 100644 --- a/src/tools/event_object_parser/main.cpp +++ b/src/tools/event_object_parser/main.cpp @@ -11,9 +11,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/src/tools/exd_struct_test/main.cpp b/src/tools/exd_struct_test/main.cpp index 3426804d..1a524ae8 100644 --- a/src/tools/exd_struct_test/main.cpp +++ b/src/tools/exd_struct_test/main.cpp @@ -16,9 +16,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include @@ -90,7 +90,7 @@ int main( int argc, char* argv[] ) std::vector< std::string > levelNames; std::vector< std::string > paths; - + std::vector< uint32_t > lgbGroupIds; std::vector< DupeResult > lgbGroupDupes;