summaryrefslogtreecommitdiff
path: root/openttd.vcproj
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-08-14 18:10:18 +0000
committertron <tron@openttd.org>2005-08-14 18:10:18 +0000
commita7d6b41c6aad0b6543e469bece10e1c7e531cb84 (patch)
tree4ffc4a0a48b8c38e767e4f8bf67bb8d49d86101e /openttd.vcproj
parent45b79d7347daee02557278de3d6b7cf25efa69a5 (diff)
downloadopenttd-a7d6b41c6aad0b6543e469bece10e1c7e531cb84.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 'openttd.vcproj')
-rw-r--r--openttd.vcproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj
index ce8343008..85cdb9bf4 100644
--- a/openttd.vcproj
+++ b/openttd.vcproj
@@ -238,6 +238,9 @@
RelativePath="gfx.c">
</File>
<File
+ RelativePath="gfxinit.c">
+ </File>
+ <File
RelativePath="landscape.c">
</File>
<File
@@ -511,6 +514,9 @@
RelativePath="gfx.h">
</File>
<File
+ RelativePath="gfxinit.h">
+ </File>
+ <File
RelativePath="gui.h">
</File>
<File