aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/pch.h
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-11-14 01:11:59 +0100
committerGitHub <noreply@github.com>2022-11-14 00:11:59 +0000
commit0c6d1f4e79d31de6fde4979a72afacdd6d13ca60 (patch)
tree06a9f21b76ac94d8ee11cf109ea3a32ac584982c /NorthstarDLL/pch.h
parent2139e0ec6d95ed7c5f673b53dec71f39a013dd93 (diff)
downloadNorthstarLauncher-0c6d1f4e79d31de6fde4979a72afacdd6d13ca60.tar.gz
NorthstarLauncher-0c6d1f4e79d31de6fde4979a72afacdd6d13ca60.zip
New syntax for reversed structs (#324)
* Initial commit Co-Authored-By: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> * Format change * Revert `VPKData` definition * Add `FIELDS` macro Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
Diffstat (limited to 'NorthstarDLL/pch.h')
-rw-r--r--NorthstarDLL/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h
index e07c5598..824aaee8 100644
--- a/NorthstarDLL/pch.h
+++ b/NorthstarDLL/pch.h
@@ -20,6 +20,7 @@
namespace fs = std::filesystem;
+#include "structs.h"
#include "color.h"
#include "spdlog/spdlog.h"
#include "logging.h"