Changeset 682 for abuse/trunk/src/imlib/filter.h
- Timestamp:
- Sep 12, 2011, 10:17:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/filter.h
r579 r682 26 26 int GetMapping(int color_num) { return m_table[color_num]; } 27 27 void Apply(image *im); 28 void PutImage(image *screen, image *im, vec2ipos);28 void PutImage(image *screen, image *im, ivec2 pos); 29 29 30 30 private:
Note: See TracChangeset
for help on using the changeset viewer.