diff options
Diffstat (limited to 'src/stm32/TODO/hh_entity.c')
-rw-r--r-- | src/stm32/TODO/hh_entity.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stm32/TODO/hh_entity.c b/src/stm32/TODO/hh_entity.c new file mode 100644 index 0000000..492ca67 --- /dev/null +++ b/src/stm32/TODO/hh_entity.c @@ -0,0 +1,6 @@ +#include "maths.h" +#include "hh_entity.h" + +bool hh_collision(const vec2& environment, const vec2& entity){ + +}
\ No newline at end of file |