2024-12-18 12:39:55 +01:00

8 lines
84 B
C++

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