diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-04-24 20:55:49 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-04-24 20:55:49 -0300 |
| commit | 658dd23ba0e7114ceee0c78fb769f31f0aeeee0a (patch) | |
| tree | 0d7d9f72f6f9eae075baefcb7dc6ea6a73299241 /dat.h | |
| parent | 15a8758f6a99d18ab481e971c7cdfa0c10b71ff6 (diff) | |
colisão do mapa
Diffstat (limited to 'dat.h')
| -rw-r--r-- | dat.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ typedef struct { } Body; int checkcollision(Body *b1, Body *b2); +void resolvecoll(Body *b1, Body *b2, float p[2]); |
