adding OsdVertex to the OpenSubdiv namespace

This commit is contained in:
Manuel Kraemer 2012-06-09 09:23:28 -07:00
parent 03a78f07e9
commit 92b1930927

View File

@ -1,6 +1,9 @@
#ifndef GSD_VERTEX_H
#define GSD_VERTEX_H
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {
class OsdVertex {
public:
OsdVertex() {}
@ -12,4 +15,9 @@ public:
void Clear(void * = 0) {}
};
} // end namespace OPENSUBDIV_VERSION
using namespace OPENSUBDIV_VERSION;
} // end namespace OpenSubdiv
#endif // GSD_VERTEX_H