This commit is contained in:
luboslenco 2018-09-09 19:25:19 +02:00
parent 2fc63d7fed
commit d6241d9366
5 changed files with 0 additions and 15 deletions

View file

@ -1,3 +0,0 @@
package armory.math;
typedef Mat4 = iron.math.Mat4;

View file

@ -1,3 +0,0 @@
package armory.math;
typedef Quat = iron.math.Quat;

View file

@ -1,3 +0,0 @@
package armory.math;
typedef Vec4 = iron.math.Vec4;

View file

@ -1,3 +0,0 @@
package armory.object;
typedef Object = iron.object.Object;

View file

@ -1,3 +0,0 @@
package armory.object;
typedef Transform = iron.object.Transform;