diff options
Diffstat (limited to 'src/tile.h')
-rw-r--r-- | src/tile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile.h b/src/tile.h index d97567661..68e87a77d 100644 --- a/src/tile.h +++ b/src/tile.h @@ -100,6 +100,8 @@ extern video::SMaterial g_tile_materials[TILES_COUNT];*/ Functions */ +const char * tile_texture_path_get(u32 i); + // Initializes g_tile_materials void tile_materials_preload(IrrlichtWrapper *irrlicht); |