summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index b9ed39a32..d960390cd 100644
--- a/functions.h
+++ b/functions.h
@@ -86,7 +86,6 @@ StringID GetPlayerNameString(byte player, byte index);
void ShowInfo(const char *str);
void CDECL ShowInfoF(const char *str, ...);
void NORETURN CDECL error(const char *str, ...);
-void memswap(void *a, void *b, size_t size);
/* ttd.c */
uint32 Random();