diff options
Diffstat (limited to 'include/gfx/scene/camera.h')
| -rw-r--r-- | include/gfx/scene/camera.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/gfx/scene/camera.h b/include/gfx/scene/camera.h deleted file mode 100644 index 873f780..0000000 --- a/include/gfx/scene/camera.h +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include <math/fwd.h> | ||
| 4 | |||
| 5 | typedef struct SceneNode SceneNode; | ||
| 6 | |||
| 7 | typedef struct Camera Camera; | ||
| 8 | |||
| 9 | /// Create a new camera. | ||
| 10 | Camera* gfx_make_camera(); | ||
| 11 | |||
| 12 | /// Destroy the camera. | ||
| 13 | void gfx_destroy_camera(Camera**); | ||
