mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 01:16:30 +02:00
diagonal flipping
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user