mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Create framework for getting rid of global definitions of node/tool/item/whatever types
This commit is contained in:
@@ -226,7 +226,7 @@ struct MapNode
|
||||
Returns: TileSpec. Can contain miscellaneous texture coordinates,
|
||||
which must be obeyed so that the texture atlas can be used.
|
||||
*/
|
||||
TileSpec getTile(v3s16 dir);
|
||||
TileSpec getTile(v3s16 dir, ITextureSource *tsrc);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user