(svn r687) Export InitNewGRFFile() and DecodeSpecialSprite() properly.

This commit is contained in:
pasky
2004-11-19 22:53:18 +00:00
parent ad068622fb
commit 989fd10d06
2 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
#include "ttd.h"
#include "gfx.h"
#include "fileio.h"
#include "newgrf.h"
#include <ctype.h>
#define SPRITECACHE_ID 0xF00F0006
@@ -87,9 +88,6 @@ static const uint16 * const _slopes_spriteindexes[] = {
static void CompactSpriteCache();
void InitNewGRFFile(const char *filename, int sprite_offset);
void DecodeSpecialSprite(const char *filename, int num, int load_index, int stage);
static void ReadSpriteHeaderSkipData(int num, int load_index)
{
byte type;