From 450c669eb27dd0510d5c62622936635ece2a237f Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 15 Nov 2004 19:25:59 +0000 Subject: (svn r631) Merge r440, r444, r485, r630 to trunk: r440 Move screenshot function declarations to new file screenshot.h Clean up screenshot.c a bit, mostly whitespace, alloca() -> malloc() and checking return values r485 Remove unused field from struct ScreenshotFormat --- functions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'functions.h') diff --git a/functions.h b/functions.h index a4bc6e98f..47ef642aa 100644 --- a/functions.h +++ b/functions.h @@ -257,17 +257,12 @@ void ttd_strlcpy(char *dst, const char *src, size_t len); // callback from drivers that is called if the game size changes dynamically void GameSizeChanged(); -bool MakeScreenshot(); -bool MakeWorldScreenshot(int left, int top, int width, int height, int zoom); bool FileExists(const char *filename); bool ReadLanguagePack(int index); void InitializeLanguagePacks(); byte *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize); int GetLanguageList(char **languages, int max); -const char *GetScreenshotFormatDesc(int i); -void InitializeScreenshotFormats(); -void SetScreenshotFormat(int i); void CheckSwitchToEuro(); void LoadFromConfig(); -- cgit v1.2.3-54-g00ecf