From 9fc837ad85e06b4f99014990537cf91b95474a3d 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 --- newgrf_spritegroup.c | 1 + 1 file changed, 1 insertion(+) (limited to 'newgrf_spritegroup.c') diff --git a/newgrf_spritegroup.c b/newgrf_spritegroup.c index 0e3225de4..9dd45e6fc 100644 --- a/newgrf_spritegroup.c +++ b/newgrf_spritegroup.c @@ -6,6 +6,7 @@ #include "macros.h" #include "pool.h" #include "newgrf_spritegroup.h" +#include "date.h" enum { SPRITEGROUP_POOL_BLOCK_SIZE_BITS = 4, /* (1 << 4) == 16 items */ -- cgit v1.2.3-54-g00ecf