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

#include "s_ncur.h"

using namespace std;

ncur* s_ncur::obj;

#endif