Cleanup: Give TakeScreenshot a more sensible name

This commit is contained in:
TechGeekNZ
2020-06-20 17:12:31 +12:00
committed by Charles Pigott
parent ed6f31f601
commit 3c8d0aa354
4 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ enum ScreenshotType {
void SetupScreenshotViewport(ScreenshotType t, struct ViewPort *vp);
bool MakeHeightmapScreenshot(const char *filename);
void TakeScreenshot(ScreenshotType t);
void MakeScreenshotWithConfirm(ScreenshotType t);
bool MakeScreenshot(ScreenshotType t, const char *name);
bool MakeMinimapWorldScreenshot();