aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/common.hpp b/include/common.hpp
index 9211d56..7f36be2 100644
--- a/include/common.hpp
+++ b/include/common.hpp
@@ -224,22 +224,10 @@ extern float VOLUME_SFX;
#define PI 3.1415926535
-/**
- * References the variable in main.cpp, used for smoother drawing.
- */
-
-extern unsigned int deltaTime;
-
-/**
- * References the variable in main.cpp, used for drawing with the player.
- */
-
+// references the variable in main.cpp, used for drawing with the player
extern vec2 offset;
-/**
- * Counts the number of times logic() (see main.cpp) has been called, for animating
- * sprites.
- */
+// counts the number of times logic() (see main.cpp) has been called, for animating sprites
extern unsigned int loops;
extern GLuint shaderProgram;