source:
abuse/trunk/src/include/transp.hpp
@
19
Last change on this file since 19 was 17, checked in by , 17 years ago | |
---|---|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __TRANSP_HPP_ |
2 | #define __TRANSP_HPP_ | |
3 | #include "image.hpp" | |
4 | #include "macs.hpp" | |
[17] | 5 | void transp_put(image *im, image *screen, uint8_t *table, int x, int y); |
[2] | 6 | |
7 | #endif |
Note: See TracBrowser
for help on using the repository browser.