mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
9 lines
220 B
C++
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
|