eobish

diff src/tileset.h @ 5:0baf4e98315e

depth cueing
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 19 Jan 2015 02:32:01 +0200
parents ce0548d24918
children
line diff
     1.1 --- a/src/tileset.h	Sun Jan 18 13:30:30 2015 +0200
     1.2 +++ b/src/tileset.h	Mon Jan 19 02:32:01 2015 +0200
     1.3 @@ -21,5 +21,6 @@
     1.4  void destroy_tileset(struct tileset *ts);
     1.5  
     1.6  struct tile *get_tile(struct tileset *ts, const char *name);
     1.7 +struct tile *get_tilef(struct tileset *ts, const char *fmt, ...);
     1.8  
     1.9  #endif	/* TILESET_H_ */