Tiles
This commit is contained in:
12
src/rpg/world/tile.c
Normal file
12
src/rpg/world/tile.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Copyright (c) 2025 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#include "tile.h"
|
||||
|
||||
bool_t tileIsWalkable(const tile_t tile) {
|
||||
return tile == TILE_WALKABLE;
|
||||
}
|
||||
Reference in New Issue
Block a user