mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-22 09:05:44 +00:00
13 lines
207 B
C
13 lines
207 B
C
#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
|