• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

PolyVoxUtil/source/Dummy.cpp

Go to the documentation of this file.
00001 #include "PolyVoxImpl/TypeDef.h"
00002 
00003 namespace PolyVox
00004 {   
00005     class POLYVOX_API DummyClass
00006     {
00007     public:
00008         int getx(void);
00009         int x;
00010     };
00011     
00012     int DummyClass::getx(void)
00013     {
00014         return x;
00015     }
00016 }

Generated on Sat Nov 19 2011 00:27:31 for PolyVox by  doxygen 1.7.1