diff options
author | tron <tron@openttd.org> | 2005-08-14 18:10:18 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-14 18:10:18 +0000 |
commit | 19f5036c468e125393f6e8dd23c53436512424c6 (patch) | |
tree | 4ffc4a0a48b8c38e767e4f8bf67bb8d49d86101e /Makefile | |
parent | 26d24f64fc78d15464e35aa56c7788dcf70eba39 (diff) | |
download | openttd-19f5036c468e125393f6e8dd23c53436512424c6.tar.xz |
(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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -602,6 +602,7 @@ C_SOURCES += engine.c C_SOURCES += engine_gui.c C_SOURCES += fileio.c C_SOURCES += gfx.c +C_SOURCES += gfxinit.c C_SOURCES += graph_gui.c C_SOURCES += newgrf.c C_SOURCES += industry_cmd.c |