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

8 lines
116 B
C++
Raw Normal View History

2022-03-21 13:39:51 -04:00
#pragma once
namespace mods
{
extern std::string mod_path;
2022-08-21 19:42:13 -04:00
bool mod_requires_restart(const std::string& path);
2022-03-21 13:39:51 -04:00
}