room101/TEXTURE.HPP

13 lines
221 B
Text
Raw Permalink Normal View History

#ifndef __TEXTURE_H
#define __TEXTURE_H
#include "picture.hpp"
#include "spanner.hpp"
#include "camera.hpp"
#include "surface.hpp"
void TextureMap(Picture*, Spanner*, Camera*, Surface*, Matrix);
#endif