aboutsummaryrefslogtreecommitdiff
path: root/include/math/fwd.h
blob: 6c72ded38132eccda7baa4d6df5dbef0a4492f3e (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;