Minimap screenshot: add console params and help to mostly match screenshot.

This commit is contained in:
Jonathan G Rennison
2015-09-11 03:44:25 +01:00
parent 019e862536
commit dde1c16105
3 changed files with 23 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ enum ScreenshotType {
void SetupScreenshotViewport(ScreenshotType t, struct ViewPort *vp);
bool MakeHeightmapScreenshot(const char *filename);
bool MakeScreenshot(ScreenshotType t, const char *name);
void SaveMinimap(const char *name);
extern char _screenshot_format_name[8];
extern uint _num_screenshot_formats;