forked from mirror/OpenTTD
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
This commit is contained in:
@@ -249,9 +249,6 @@ enum {
|
||||
};
|
||||
void ShowSaveLoadDialog(int mode);
|
||||
|
||||
void ttd_strlcpy(char *dst, const char *src, size_t size);
|
||||
void ttd_strlcat(char *dst, const char *src, size_t size);
|
||||
|
||||
// callback from drivers that is called if the game size changes dynamically
|
||||
void GameSizeChanged(void);
|
||||
bool FileExists(const char *filename);
|
||||
|
Reference in New Issue
Block a user