aboutsummaryrefslogtreecommitdiffstats
path: root/src/projectile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectile.hpp')
-rw-r--r--src/projectile.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projectile.hpp b/src/projectile.hpp
index 3c0a1b6..e7d8473 100644
--- a/src/projectile.hpp
+++ b/src/projectile.hpp
@@ -3,6 +3,8 @@
#include <raylib.h>
+// FIXME: Unused class
+
typedef struct Projectile {
int posX, posY;
Vector2 dir;