aboutsummaryrefslogtreecommitdiff
path: root/include/math/fwd.h
blob: 283f821982f012cfcfb00716548f91d5f58e1832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/// Forward declarations for all math objects.
#pragma once

typedef struct aabb2    aabb2;
typedef struct aabb3    aabb3;
typedef struct Camera   Camera;
typedef struct mat4     mat4;
typedef struct quat     quat;
typedef struct spatial3 spatial3;
typedef struct vec2     vec2;
typedef struct vec3     vec3;
typedef struct vec4     vec4;