moved collisions to their own file & added ball/paddle collision response
authorMatthew Owens <matthew@owens.tech>
Fri, 2 Oct 2020 14:26:37 +0000 (15:26 +0100)
committerMatthew Owens <matthew@owens.tech>
Fri, 2 Oct 2020 14:26:37 +0000 (15:26 +0100)
commitffc97facfdcc5fecac3418fcdd869b9d61f7999b
treef292e54c126076e719c55c34f0150483543bf952
parentb037fd12068b677aa91af119a068a1f72315ec67
moved collisions to their own file & added ball/paddle collision response
src/collision.c [new file with mode: 0644]
src/collision.h [new file with mode: 0644]
src/main.c
src/vec2d.h [new file with mode: 0644]