Changeset 633 for trunk/src/tiler.h
- Timestamp:
- Feb 11, 2011, 10:45:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tiler.h
r222 r633 23 23 { 24 24 public: 25 static int Register(char const *path, int w, int h, float dilate);25 static int Register(char const *path, int2 size, int2 count, float dilate); 26 26 static void Deregister(int id); 27 27
Note: See TracChangeset
for help on using the changeset viewer.