This commit is contained in:
parent
9be320207d
commit
28a8986db5
9 changed files with 44 additions and 225 deletions
|
@ -48,12 +48,12 @@ public:
|
|||
int IsLoaded() {return(Loaded);}
|
||||
void Load(CCore *Core);
|
||||
char *GetPath() {return(Path);}
|
||||
char *GetFilename() {return(Filename);}
|
||||
char *GetName() {return(Name);}
|
||||
CTile &GetTile(int No) {return(Tile[No]);}
|
||||
|
||||
|
||||
private:
|
||||
char FullName[256],Path[256],Filename[256];
|
||||
char Path[256],Name[256];
|
||||
std::vector<CTile> Tile;
|
||||
BOOL Loaded;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue