h2-mod/src/client/component/gsc.hpp

9 lines
174 B
C++
Raw Normal View History

2022-08-24 13:07:14 -04:00
#pragma once
namespace gsc
{
extern void* func_table[0x1000];
2022-08-24 13:07:14 -04:00
game::ScriptFile* find_script(game::XAssetType /*type*/, const char* name, int /*allow_create_default*/);
}