(svn r24805) -Codechange: Refactor determination of screenshot viewport for world screenshots.
This commit is contained in:
@@ -29,6 +29,7 @@ enum ScreenshotType {
|
||||
SC_HEIGHTMAP, ///< Heightmap of the world.
|
||||
};
|
||||
|
||||
void SetupScreenshotViewport(ScreenshotType t, struct ViewPort *vp);
|
||||
bool MakeHeightmapScreenshot(const char *filename);
|
||||
bool MakeScreenshot(ScreenshotType t, const char *name);
|
||||
|
||||
|
Reference in New Issue
Block a user