// LightmapGenerator.cpp: implementation of the CLightmapGenerator class. // ////////////////////////////////////////////////////////////////////// #include "LightmapGenerator.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CLightmapGenerator::CLightmapGenerator() { } CLightmapGenerator::~CLightmapGenerator() { }