mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-06 02:26:33 +00:00
6 lines
104 B
C
6 lines
104 B
C
#pragma once
|
|
#define CONFIG_PATH "/config/sys-con/"
|
|
|
|
void LoadAllConfigs();
|
|
|
|
bool CheckForFileChanges(); |