Files
s1-mod/src/client/component/mods.hpp

8 lines
84 B
C++

#pragma once
namespace mods
{
bool is_using_mods();
bool db_mod_file_exists();
}