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