diff options
| author | arngo <[email protected]> | 2023-05-28 16:47:46 -0400 |
|---|---|---|
| committer | arngo <[email protected]> | 2023-05-28 16:47:46 -0400 |
| commit | 2367040ec37ef501446b530c0c5d51863b381627 (patch) | |
| tree | 9f5fe4132f42a6eaa7754c98797eda4021738017 /src/wall.h | |
| parent | 5917762411f9f2c1eb052fbebb712937bc49c6cc (diff) | |
| download | TOJam2023-2367040ec37ef501446b530c0c5d51863b381627.tar.gz TOJam2023-2367040ec37ef501446b530c0c5d51863b381627.zip | |
level walls and assets
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,3 +22,6 @@ coords_inside_wall( float x, float y ); + +void +draw_level(void); |
