GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
x-way
/
cg
Transfer to URL with SHA
Find file
Newer
Older
tree:
5763a0727d
Branches
Tags
×
master
cg
/
include
/ spoly.h
glproj03
on 28 Jan 2006
82 bytes
spoly.h
Raw
Blame
History
#ifndef _SPOLY_H #define _SPOLY_H using namespace std; class SPoly { }; #endif