mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-07 13:33:02 +00:00
chore: rename zonecode headers to avoid duplicate paths
This commit is contained in:
12
src/ZoneCode/Game/T5/T5_ZoneCode.h
Normal file
12
src/ZoneCode/Game/T5/T5_ZoneCode.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
// Entry point for T5 code generation
|
||||
|
||||
// clang-format off: Order of includes matters here
|
||||
|
||||
#include "../Common.h"
|
||||
#include "../../../Common/Game/T5/T5_Assets.h"
|
||||
|
||||
// clang-format on
|
||||
|
||||
// EOF
|
||||
Reference in New Issue
Block a user