GLAC  1.0
configloader.h
Go to the documentation of this file.
1 
13 #ifndef CONFIGLOADER_H
14 #define CONFIGLOADER_H
15 
16 #include <string>
17 
18 namespace ConfigLoader
19 {
20  void load(std::string jsonFileName);
21 }
22 
23 #endif // CONFIGLOADER_H
void load(std::string jsonFileName)
load
Definition: configloader.cpp:40
json configuration loader.
Definition: configloader.cpp:10