8 lines
84 B
C++
8 lines
84 B
C++
#pragma once
|
|
|
|
namespace mods
|
|
{
|
|
bool is_using_mods();
|
|
bool db_mod_file_exists();
|
|
}
|