This commit is contained in:
Daveo 2000-10-27 18:18:30 +00:00
parent 3d8fc3912c
commit a44030464c
10 changed files with 183 additions and 59 deletions

View file

@ -10,6 +10,7 @@
#include "Layer.h"
#include "LayerBack.h"
#include "TexCache.h"
#include "TileSet.h"
@ -60,6 +61,7 @@ private:
int ActiveLayer;
std::vector<CTileSet> TileSet;
CTexCache TexCache;
};