summaryrefslogtreecommitdiff
path: root/include/throwables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/throwables.h')
-rw-r--r--include/throwables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/throwables.h b/include/throwables.h
index 0d227d9..714e66b 100644
--- a/include/throwables.h
+++ b/include/throwables.h
@@ -31,6 +31,7 @@ typedef struct t_throwable {
int bounces;
sprite sprite;
int damage;
+ float rotation;
} throwable;
vec3f grenade_explosion_size = (vec3f){2.0f, 2.0f, 2.0f};