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

typedef struct Camera   Camera;
typedef struct mat4     mat4;
typedef struct spatial3 spatial3;
typedef struct vec2     vec2;
typedef struct vec3     vec3;
typedef struct vec4     vec4;