Changeset 664 for trunk/src/tileset.h
- Timestamp:
- Feb 18, 2011, 1:09:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tileset.h
r645 r664 29 29 { 30 30 public: 31 TileSet(char const *path, int2 size, int2count, float dilate);31 TileSet(char const *path, vec2i size, vec2i count, float dilate); 32 32 virtual ~TileSet(); 33 33 … … 39 39 public: 40 40 /* New methods */ 41 int2GetSize() const;42 int2GetCount() const;41 vec2i GetSize() const; 42 vec2i GetCount() const; 43 43 void Bind(); 44 44 void BlitTile(uint32_t id, int x, int y, int z, int o,
Note: See TracChangeset
for help on using the changeset viewer.