aboutsummaryrefslogtreecommitdiffstats
path: root/src/projectile.hpp
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-06-06 14:24:58 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-06-06 14:24:58 +0200
commitd6a1ebe4a3ff32d5d672181028b2aabe5c78ac57 (patch)
treea887cf7d033e7f2ad6a5b0a65d2d98322c145092 /src/projectile.hpp
parentless leaks and effective-c++-compatible (diff)
downloadthreshold-master.tar.gz
threshold-master.tar.bz2
threshold-master.tar.xz
threshold-master.tar.zst
threshold-master.zip
refactorHEADmaster
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;