Changeset 39 for abuse/trunk/src/imlib/include/timage.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/include/timage.hpp
r17 r39 23 23 short height() { return h; } 24 24 short width() { return w; } 25 trans_image(image *im, char *name); // name has no meaning if MEM_CHECK is off25 trans_image(image *im, char const *name); // name has no meaning if MEM_CHECK is off 26 26 void put_image(image *screen, int x, int y); // always transparent 27 27
Note: See TracChangeset
for help on using the changeset viewer.