diff --git a/include/spoly.h b/include/spoly.h new file mode 100644 index 0000000..5bd5d58 --- /dev/null +++ b/include/spoly.h @@ -0,0 +1,9 @@ +#ifndef _SPOLY_H +#define _SPOLY_H + +using namespace std; + +class SPoly { +}; + +#endif