ultimatepp/bazaar/MapBG/MipMapGen.h
Sc0rch 9959d8888c MapRender: First release (FormEditorCommon, FormEditorProperties, Map, MapBG, MapCommon, MapEditor, MapRenderTest.
git-svn-id: svn://ultimatepp.org/upp/trunk@4180 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-18 06:28:11 +00:00

9 lines
220 B
C++

#ifndef MAP_BG__MIP_MAP_GEN_H
#define MAP_BG__MIP_MAP_GEN_H
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
bool Calculate(int cx, int cy, int px, int py, double zx, const String& name, Image& img);
#endif