11 lines
177 B
C++
11 lines
177 B
C++
#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 |