summaryrefslogtreecommitdiff
path: root/include/physics.h
blob: b393d08820f06bb3c4e28a7dbee37af555d95c60 (plain)
1
2
3
4
5
#pragma once

#include "game.h"

void MoveAndSlide(Entity* e, float dt);