This commit is contained in:
parent
2518a438e2
commit
23d9f79f4c
11 changed files with 283 additions and 164 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
int Load(CCore *Core,char *_Filename);
|
||||
char *GetPath() {return(Path);}
|
||||
char *GetFilename() {return(Filename);}
|
||||
GLint GetTile(int No) {return(Tile[No].GetTile());}
|
||||
|
||||
private:
|
||||
char Path[256];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue