add flag handling and header guards
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#include <curl/curl.h>
|
||||
#include <string>
|
||||
#include "types.h"
|
||||
// header guard
|
||||
#ifndef _ba_ma_hg_
|
||||
#define _ba_ma_hg_
|
||||
|
||||
extern std::string baka_api_url;
|
||||
extern Config config;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user