forgot some header changes from last commit
This commit is contained in:
parent
fc814d1cb3
commit
34e048c535
15
include/config.hpp
Normal file
15
include/config.hpp
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#ifndef __CONFIG_HPP
|
||||||
|
#define __CONFIG_HPP
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "json.hpp"
|
||||||
|
|
||||||
|
using nlohmann::json;
|
||||||
|
|
||||||
|
namespace cellar {
|
||||||
|
namespace config {
|
||||||
|
json get_default_config();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // __CONFIG_HPP
|
@ -1,6 +1,6 @@
|
|||||||
// vim: filetype=cpp :
|
// vim: filetype=cpp :
|
||||||
#ifndef __INTERNAL_CORE_HPP
|
#ifndef __INTERNAL_CONFIG_HPP
|
||||||
#define __INTERNAL_CORE_HPP
|
#define __INTERNAL_CONFIG_HPP
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -27,4 +27,4 @@ namespace cellar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // __INTERNAL_CORE_HPP
|
#endif // __INTERNAL_CONFIG_HPP
|
||||||
|
Loading…
Reference in New Issue
Block a user