diff options
| author | Arnold <[email protected]> | 2023-05-28 12:56:19 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-28 12:56:19 -0400 |
| commit | ad60e242e2d432b436de79ffeb76637e62b057d8 (patch) | |
| tree | db7e76c4e12c21c85de45e2e948419c5d2d8851c /src/wall.h | |
| parent | fed9c87269db74d70cd5262804873bc875543abe (diff) | |
| download | rodeo_sample_game-ad60e242e2d432b436de79ffeb76637e62b057d8.tar.gz rodeo_sample_game-ad60e242e2d432b436de79ffeb76637e62b057d8.zip | |
implement random enemy spawning
Diffstat (limited to 'src/wall.h')
| -rw-r--r-- | src/wall.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,3 +16,9 @@ new_wall( float width, float height ); + +bool +coords_inside_wall( + float x, + float y +); |
