summaryrefslogtreecommitdiff
path: root/s_mman.cpp
blob: b8079e6110ee79278f5a86271ce919f8aa0e9c9c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GMMAN_CXX
#define GMMAN_CXX

#include "s_mman.h"

using namespace std;

mman* s_mman::obj;

#endif