summary refs log tree commit diff stats
path: root/src/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mob.h')
-rw-r--r--src/mob.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mob.h b/src/mob.h deleted file mode 100644 index 213b062..0000000 --- a/src/mob.h +++ /dev/null
@@ -1,12 +0,0 @@
1typedef struct {
2 int x;
3 int y;
4 double x_vel;
5 double y_vel;
6 double x_accel;
7 double y_accel;
8 int w;
9 int h;
10 bool onGround;
11 int animFrame;
12} mob_t;