2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 18:21:49 +00:00

chore: rename zonecode headers to avoid duplicate paths

This commit is contained in:
Jan
2024-08-14 08:21:02 +02:00
parent 8f804fcf50
commit 9c894fcff7
6 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,12 @@
#pragma once
// Entry point for IW5 code generation
// clang-format off: Order of includes matters here
#include "../Common.h"
#include "../../../Common/Game/IW5/IW5_Assets.h"
// clang-format on
// EOF