Added missing dummy file.
This commit is contained in:
parent
254fa3329e
commit
b44b06c1af
16
library/PolyVoxUtil/source/Dummy.cpp
Normal file
16
library/PolyVoxUtil/source/Dummy.cpp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
#include "PolyVoxImpl/TypeDef.h"
|
||||||
|
|
||||||
|
namespace PolyVox
|
||||||
|
{
|
||||||
|
class POLYVOXCORE_API DummyClass
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
int getx(void);
|
||||||
|
int x;
|
||||||
|
};
|
||||||
|
|
||||||
|
int DummyClass::getx(void)
|
||||||
|
{
|
||||||
|
return x;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user