newgrf.h
changeset 463 97ec66c280f2
parent 455 b151d55203bf
child 1477 9389baf2bf3c
--- a/newgrf.h	Fri Nov 19 22:29:30 2004 +0000
+++ b/newgrf.h	Fri Nov 19 22:53:18 2004 +0000
@@ -1,6 +1,9 @@
 #ifndef NEWGRF_H
 #define NEWGRF_H
 
+#include "sprite.h"
+#include "station.h"
+
 struct GRFFile {
 	char *filename;
 	uint32 grfid;
@@ -33,6 +36,9 @@
 extern int _grffile_count;
 extern struct GRFFile *_first_grffile;
 
+void InitNewGRFFile(const char *filename, int sprite_offset);
+void DecodeSpecialSprite(const char *filename, int num, int spriteid, int stage);
+
 
 #endif /* NEWGRF_H */