Changeset 79 for trunk/src/tileset.h
- Timestamp:
- Jul 8, 2010, 2:00:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tileset.h
r75 r79 6 6 #if !defined __DH_TILESET_H__ 7 7 #define __DH_TILESET_H__ 8 9 #include <stdint.h> 8 10 9 11 class TileSetData; … … 20 22 char const *GetName(); 21 23 22 void AddTile(int n, int x, int y, int z); 23 24 void Render(); 24 void BlitTile(uint32_t id, int x, int y); 25 25 26 26 private:
Note: See TracChangeset
for help on using the changeset viewer.