(svn r1853) Move spritecache function declarations into a header of their own and use SpriteID as parameter type where appropriate

This commit is contained in:
tron
2005-02-10 05:43:30 +00:00
parent 092e72d60d
commit 2a151d9354
11 changed files with 27 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
#include "spritecache.h"
#include "table/strings.h"
#include "map.h"
#include "tile.h"