This commit is contained in:
Dane Johnson
2021-01-23 11:54:34 -06:00
parent 14ddf47d0d
commit 776b297150
16 changed files with 199 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#include "Material.h"
#include "Camera.h"
#include "Light.h"
#include "Skybox.h"
%}
%rename("%(strip:[script_])s") "";
@@ -45,7 +46,6 @@ public:
}
}
%include "types.h"
%include "constants.h"
%include "Node.h"
@@ -55,4 +55,4 @@ public:
%include "Material.h"
%include "Camera.h"
%include "Light.h"
%include "Skybox.h"