]> WPIA git - cassiopeia.git/blob - src/config.h
fix: use correct prepared statement for writing logs
[cassiopeia.git] / src / config.h
1 #pragma once
2
3 #include <string>
4
5 int parseConfig( std::string path );
6 void parseProfiles();