Changeset 17 for abuse/trunk/src/include/transp.hpp
- Timestamp:
- Nov 10, 2005, 9:41:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/include/transp.hpp
r2 r17 3 3 #include "image.hpp" 4 4 #include "macs.hpp" 5 void transp_put(image *im, image *screen, u char*table, int x, int y);5 void transp_put(image *im, image *screen, uint8_t *table, int x, int y); 6 6 7 7 #endif
Note: See TracChangeset
for help on using the changeset viewer.