1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-08 03:58:43 +00:00
sys-con/source/configFile.h

7 lines
105 B
C
Raw Normal View History

2019-11-06 22:20:58 +00:00
#pragma once
#define CONFIG_PATH "/config/sys-con/"
2019-11-07 17:46:47 +00:00
void LoadAllConfigs();
bool CheckForFileChanges();