Changeset 19 for abuse/trunk/src/imlib/include
- Timestamp:
- Nov 10, 2005, 11:01:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/include/image.hpp
r17 r19 119 119 void scroll (int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t xd, int16_t yd); 120 120 void fill_image (image *screen, int16_t x1, int16_t y1, int16_t x2, int16_t y2, 121 int16_t al lign=1);121 int16_t align=1); 122 122 void put_image (image *screen, int16_t x, int16_t y, char transparent=0); 123 123 void put_part (image *screen, int16_t x, int16_t y, int16_t x1, int16_t y1,
Note: See TracChangeset
for help on using the changeset viewer.