h1-mod/src/client/component/game_module.hpp

9 lines
142 B
C++
Raw Normal View History

2022-02-03 14:05:24 -05:00
#pragma once
#include <utils/nt.hpp>
namespace game_module
{
utils::nt::library get_game_module();
utils::nt::library get_host_module();
}