forgot some header changes from last commit
This commit is contained in:
		
							
								
								
									
										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 :
 | 
			
		||||
#ifndef __INTERNAL_CORE_HPP
 | 
			
		||||
#define __INTERNAL_CORE_HPP
 | 
			
		||||
#ifndef __INTERNAL_CONFIG_HPP
 | 
			
		||||
#define __INTERNAL_CONFIG_HPP
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <map>
 | 
			
		||||
@@ -27,4 +27,4 @@ namespace cellar {
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif // __INTERNAL_CORE_HPP
 | 
			
		||||
#endif // __INTERNAL_CONFIG_HPP
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user