diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tile_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tile_types.h b/include/tile_types.h index 2096201..f1bc412 100644 --- a/include/tile_types.h +++ b/include/tile_types.h @@ -9,5 +9,7 @@ // 0x4AF20 bool8 IsTileGround(struct MapTile* tile); +// 0x4AF74 +bool8 IsWaterTileset(); #endif |