source: abuse/trunk/src/imlib/include/texture.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 200 bytes
Line 
1#ifndef __TEXTURE_HPP_
2#define __TEXTURE_HPP_
3#include "image.hpp"
4
5void texture_map(image *screen, image *tx, short *points);
6void clear_texture_map(image *screen, image *tx, short *points);
7#endif
8
Note: See TracBrowser for help on using the repository browser.