From a7d6b41c6aad0b6543e469bece10e1c7e531cb84 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 14 Aug 2005 18:10:18 +0000 Subject: (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c. This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier. --- gfxinit.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gfxinit.h (limited to 'gfxinit.h') diff --git a/gfxinit.h b/gfxinit.h new file mode 100644 index 000000000..f2756e142 --- /dev/null +++ b/gfxinit.h @@ -0,0 +1,8 @@ +/* $Id$ */ + +#ifndef GFXINIT_H +#define GFXINIT_H + +void GfxLoadSprites(void); + +#endif -- cgit v1.2.3-54-g00ecf