diff options
| author | arngo <[email protected]> | 2023-05-28 17:07:52 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-28 17:07:52 -0400 |
| commit | f957f91efd243a87f17c565918d55470736182fa (patch) | |
| tree | 909e68cd697da7621cd9c30ea2e13aee911e9de4 /src/wall.h | |
| parent | 81859447e9b004a142fa126326a74aed4e8e805d (diff) | |
| parent | b3c02a644b9412f07c95621385488954c5b98dfc (diff) | |
| download | TOJam2023-f957f91efd243a87f17c565918d55470736182fa.tar.gz TOJam2023-f957f91efd243a87f17c565918d55470736182fa.zip | |
Merge branch 'master' of github.com:realtradam/TOJam2023
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,4 +24,10 @@ coords_inside_wall( ); void +moving_wall_resolver( + rodeo_collision_2d_world_item_t *obj_collision, + rodeo_collision_2d_world_item_t *wall_collision +); + +void draw_level(void); |
