13 lines
207 B
C

#pragma once
// Entry point for IW3 code generation
// clang-format off: Order of includes matters here
#include "../Common.h"
#include "../../../Common/Game/IW3/IW3_Assets.h"
// clang-format on
// EOF