diagonal flipping

This commit is contained in:
Titus Tscharntke
2011-05-24 00:58:21 +00:00
parent adb7ec4a6a
commit d28b47ffb1
6 changed files with 53 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ public:
void flipX();
void flipY();
void copyXY(int x, int y, int sx, int sy); // destination x,y = source sx,sy
void swapXY(int x, int y, int sx, int sy);
void reset(int w, int h, float alt, MapSurfaceType surf);
void resize(int w, int h, float alt, MapSurfaceType surf);
void resetFactions(int maxFactions);