h1-mod/src/client/component/gsc/script_loading.hpp

9 lines
185 B
C++
Raw Normal View History

2022-10-21 18:15:58 -04:00
#pragma once
namespace gsc
{
void load_main_handles();
void load_init_handles();
game::ScriptFile* find_script(game::XAssetType type, const char* name, int allow_create_default);
}