source:
abuse/tags/pd/macabuse/imlib/include/texture.hpp
@
483
Last change on this file since 483 was 49, checked in by , 15 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[49] | 1 | #ifndef __TEXTURE_HPP_ |
2 | #define __TEXTURE_HPP_ | |
3 | #include "image.hpp" | |
4 | ||
5 | void texture_map(image *screen, image *tx, short *points); | |
6 | void clear_texture_map(image *screen, image *tx, short *points); | |
7 | #endif | |
8 |
Note: See TracBrowser
for help on using the repository browser.