Renamed 'PolyVoxImpl' to just 'Impl'.
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
%module VertexTypes
|
||||
%{
|
||||
#include "PolyVoxImpl/TypeDef.h"
|
||||
#include "Impl/TypeDef.h"
|
||||
#include "Vector.h"
|
||||
#include "VertexTypes.h"
|
||||
%}
|
||||
|
||||
%include "PolyVoxImpl/TypeDef.h"
|
||||
%include "Impl/TypeDef.h"
|
||||
%include "Vector.h"
|
||||
%include "VertexTypes.h"
|
||||
|
||||
|
Reference in New Issue
Block a user