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:
12
src/ZoneCode/Game/IW5/IW5_ZoneCode.h
Normal file
12
src/ZoneCode/Game/IW5/IW5_ZoneCode.h
Normal 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
|
Reference in New Issue
Block a user