summaryrefslogtreecommitdiff
path: root/src/s_conf.cpp
blob: ea1c05a9f5eca471b672f86aac4ca3865fcb1550 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GCON_CXX
#define GCON_CXX

#include "s_conf.h"

using namespace std;

conf* s_conf::obj;

#endif