Added MSVC 2005 project and solution. Removed glutInit/GLUT dependency. Fixed minor bug (return of non-existing variable c)

This commit is contained in:
erwin.coumans
2008-09-04 22:35:08 +00:00
parent 7234a61910
commit 5334611f48
5 changed files with 787 additions and 7 deletions

View File

@@ -51,7 +51,6 @@ public:
#else
return ++m_count;
#endif
return c;
}
long use_count() { return m_count; }