aboutsummaryrefslogtreecommitdiff
path: root/shared.h
blob: 0814b6cc912466868f9798caea9d33cead724b3e (plain)
1
2
3
4
5
6
7
8
#ifndef SHARED_H_
#define SHARED_H_

#include <map>

extern std::map<std::string, std::string> config;

#endif