Changeset 633 for trunk/src/tileset.h
- Timestamp:
- Feb 11, 2011, 10:45:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tileset.h
r222 r633 29 29 { 30 30 public: 31 TileSet(char const *path, int w, int h, float dilate);31 TileSet(char const *path, int2 size, int2 count, float dilate); 32 32 virtual ~TileSet(); 33 33
Note: See TracChangeset
for help on using the changeset viewer.