Newer
Older
cg / include / spoly.h
@glproj03 glproj03 on 28 Jan 2006 82 bytes spoly.h
#ifndef _SPOLY_H
#define _SPOLY_H

using namespace std;

class SPoly {
};

#endif