summaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-05 18:58:55 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-05 18:58:55 +0100
commit8c2f35bd1f18b62fff609f3a7d77d4e85b706916 (patch)
tree93e504989bd6182b1b381f1c9bd1b46e0732169a /src/camera.h
parentec901c42d7d5dee13b4c69e4b65fc385d8ffd3a8 (diff)
refactor
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/camera.h b/src/camera.h
deleted file mode 100644
index c6e4093..0000000
--- a/src/camera.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
-* BSD 2-Clause “Simplified” License
-* Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com
-* All rights reserved.
-*/
-
-#ifndef INCLUDE_CAMERA
-#define INCLUDE_CAMERA
-
-typedef struct t_camera
-{
- float32 x;
- float32 y;
- float32 rotation;
-} camera;
-
-void camera_apply_transformations(platform_window *window, camera *camera);
-
-#endif \ No newline at end of file