aboutsummaryrefslogtreecommitdiff
path: root/src/playerCamera.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-09-24 00:00:00 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-09-24 00:00:00 -0600
commit6c2037ad2c6303545cc051120c00663def468a2a (patch)
tree3c10e229c08305c634e3207a8704d8e514e072d1 /src/playerCamera.h
parent4f4e5d1f9fc85ab0af46831bc6a0af6555d00213 (diff)
Made camera system handle more cameras easier
Diffstat (limited to 'src/playerCamera.h')
-rw-r--r--src/playerCamera.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/playerCamera.h b/src/playerCamera.h
deleted file mode 100644
index 87663d4..0000000
--- a/src/playerCamera.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "gameCommon.h"
-
-#ifndef PLAYER_CAMERA_H
-#define PLAYER_CAMERA_H
-
-#define CAMERA_DIS 5.0
-
-void initPlayerCamera(Camera3D * camera);
-void updatePlayerCamera(Camera3D * camera, Game * game);
-
-#endif