forked from alterware/iw6-mod
10 lines
229 B
C++
10 lines
229 B
C++
#pragma once
|
|
#include <xsk/gsc/engine/iw6_pc.hpp>
|
|
|
|
namespace gsc
|
|
{
|
|
extern std::unique_ptr<xsk::gsc::iw6_pc::context> gsc_ctx;
|
|
|
|
game::ScriptFile* find_script(game::XAssetType type, const char* name, int allow_create_default);
|
|
}
|