diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 19:39:27 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-07 19:39:27 +0200 |
commit | 6b6c2d37ea1f9075c4fbf0d7e2d52e527e1f86aa (patch) | |
tree | 16ab23387dc95d0f42e6519e500d4024e2a2f826 /src/tile.h | |
parent | dc414091e736badc6fd2faa6a2583639a3458818 (diff) | |
download | minetest-6b6c2d37ea1f9075c4fbf0d7e2d52e527e1f86aa.tar.gz minetest-6b6c2d37ea1f9075c4fbf0d7e2d52e527e1f86aa.tar.bz2 minetest-6b6c2d37ea1f9075c4fbf0d7e2d52e527e1f86aa.zip |
Added a more flexible path system (and fixed some minor stuff)
Diffstat (limited to 'src/tile.h')
-rw-r--r-- | src/tile.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tile.h b/src/tile.h index c35c27e64..b6dcb249a 100644 --- a/src/tile.h +++ b/src/tile.h @@ -95,13 +95,12 @@ struct TileSpec } param; }; -/*extern const char * g_tile_texture_paths[TILES_COUNT]; -extern video::SMaterial g_tile_materials[TILES_COUNT];*/ - /* Functions */ +void init_tile_texture_paths(); + const char * tile_texture_path_get(u32 i); // Initializes g_tile_materials |