room101/LIGHTMAP.HPP

9 lines
151 B
C++

#ifndef __LIGHTMAP_H
#define __LIGHTMAP_H
#include "picture.hpp"
void LightMapExpand(Picture*, Picture*, Picture*, int, int, int);
#endif