mods: untested code (YOLO)

This commit is contained in:
2025-05-18 16:48:11 +02:00
parent 6239fb8a10
commit b25aeb38a5
11 changed files with 368 additions and 26 deletions

View File

@ -0,0 +1,7 @@
#pragma once
namespace mods
{
bool is_using_mods();
bool db_mod_file_exists();
}