summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 1e25883..381fe46 100644
--- a/src/player.h
+++ b/src/player.h
@@ -6,6 +6,8 @@
typedef struct {
double scale_x;
double scale_y;
+ double rot_speed;
+ double angle;
int dirx;
} Player;