CSEngine
Loading...
Searching...
No Matches
ScriptDef.h
1#pragma once
2#include "../Component/CustomComponent.h"
3#include "Matrix.h"
4
5DECLARE_INSTANCE_TYPE(SComponent);
6DECLARE_INSTANCE_TYPE(CustomComponent);
7
8DECLARE_INSTANCE_TYPE(vec4);
9DECLARE_INSTANCE_TYPE(vec3);
10DECLARE_INSTANCE_TYPE(vec2);
11DECLARE_INSTANCE_TYPE(mat2);
12DECLARE_INSTANCE_TYPE(mat3);
13DECLARE_INSTANCE_TYPE(mat4);