9 lines
142 B
C++
9 lines
142 B
C++
|
#pragma once
|
||
|
|
||
|
#include <utils/nt.hpp>
|
||
|
|
||
|
namespace game_module
|
||
|
{
|
||
|
utils::nt::library get_game_module();
|
||
|
utils::nt::library get_host_module();
|
||
|
}
|