diff options
author | Emma Miler <emma.pi@protonmail.com> | 2022-11-14 01:11:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 00:11:59 +0000 |
commit | 0c6d1f4e79d31de6fde4979a72afacdd6d13ca60 (patch) | |
tree | 06a9f21b76ac94d8ee11cf109ea3a32ac584982c /NorthstarDLL/pch.h | |
parent | 2139e0ec6d95ed7c5f673b53dec71f39a013dd93 (diff) | |
download | NorthstarLauncher-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.h | 1 |
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" |