From 7dc4e5bfc85474700b3731fc06e48a0e5c1d387b Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Aug 2019 10:40:36 +0200 Subject: Refactoring loader configuration --- config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..a94ce03 --- /dev/null +++ b/config.h @@ -0,0 +1,11 @@ +#include +#include +#include +#include + +#ifndef CONFIG_H_ +#define CONFIG_H_ + +void load_config(std::string config_path); + +#endif -- cgit v1.2.1