diff options
Diffstat (limited to 's_mman.cpp')
| -rw-r--r-- | s_mman.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/s_mman.cpp b/s_mman.cpp new file mode 100644 index 0000000..b8079e6 --- /dev/null +++ b/s_mman.cpp @@ -0,0 +1,10 @@ +#ifndef GMMAN_CXX +#define GMMAN_CXX + +#include "s_mman.h" + +using namespace std; + +mman* s_mman::obj; + +#endif |
