typedef struct { int x; int y; double x_vel; double y_vel; double x_accel; double y_accel; int w; int h; bool onGround; int animFrame; } mob_t;