1 2 3 4 5 6
#pragma once #include "game.h" void MoveAndStop(Entity* e, float dt); void MoveWithoutPhysics(Entity* e, float dt);