Changeset 667 for abuse/trunk/src/imlib/image.h
- Timestamp:
- May 16, 2011, 2:37:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/image.h
r665 r667 125 125 void PutPart(image *screen, vec2i pos, vec2i aa, vec2i bb, 126 126 int transparent = 0); 127 void PutPartMasked(image *screen, vec2i pos, image *mask, vec2i mpos,128 vec2i aa, vec2i bb);129 127 image *copy_part_dithered(int16_t x1, int16_t y1, int16_t x2, int16_t y2); 130 128 void Bar(vec2i p1, vec2i p2, uint8_t color);
Note: See TracChangeset
for help on using the changeset viewer.