This commit is contained in:
Daveo 2001-05-23 16:03:10 +00:00
parent e7a4db50cc
commit e25fb0eee2
7 changed files with 123 additions and 7 deletions

View file

@ -32,6 +32,7 @@ virtual const char *GetTypeName()=0;
virtual void PreProcess(CMkLevel *Core)=0;
virtual void Process(CMkLevel *Core)=0;
virtual int Write(FILE *File,const char *LayerName,const char *MapName)=0;
int CountThing(CMkLevel *Core,const char *Name);
protected:
u8 *LoadThing(sMkLevelLayerThing &ThisThing,u8 *Ptr);