1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-05 10:48:46 +00:00
sys-con/source/configFile.h
2019-11-07 20:46:47 +03:00

7 lines
105 B
C

#pragma once
#define CONFIG_PATH "/config/sys-con/"
void LoadAllConfigs();
bool CheckForFileChanges();