[ADD] made collision work
This commit is contained in:
@@ -32,5 +32,7 @@ namespace entities
|
||||
* @return: Vector with the adjusted side_speed, down_speed, and movement_speed
|
||||
*/
|
||||
glm::vec3 Move(GLFWwindow* window);
|
||||
|
||||
void OnCollide(const collision::Collision& collision) override;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user