Changeset 427 for pwntcha/trunk/src/common.h
- Timestamp:
- Jan 5, 2005, 10:17:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/common.h
r426 r427 36 36 void image_free(struct image *img); 37 37 void image_save(struct image *img, const char *name); 38 void image_display(struct image *img);39 38 int getgray(struct image *img, int x, int y, int *g); 40 39 int getpixel(struct image *img, int x, int y, int *r, int *g, int *b);
Note: See TracChangeset
for help on using the changeset viewer.