From 243872b4fd82a1ee024e98eaae3e17f6b36a6707 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Aug 2006 14:21:15 +0000 Subject: (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch] -Cleanup: fix whitespace related coding style issues in date.[ch] -Cleanup: make original comments doxygen compatible and remove/change outdated comments --- texteff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'texteff.c') diff --git a/texteff.c b/texteff.c index 34c1d4641..74f421612 100644 --- a/texteff.c +++ b/texteff.c @@ -13,6 +13,7 @@ #include "variables.h" #include "table/sprites.h" #include /* va_list */ +#include "date.h" typedef struct TextEffect { StringID string_id; -- cgit v1.2.3-54-g00ecf