1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

obsługa dodatkowych tekstów i mała poprawka

This commit is contained in:
mateuszb
2007-07-08 17:28:08 +00:00
parent 895d4f4da8
commit fa6ccb030d
5 changed files with 202 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#include "CSemiLodHandler.h"
#include "CDefObjInfoHandler.h"
#include "CLodHandler.h"
#include "CGeneralTextHandler.h"
/*
CGameInfo class
@@ -35,6 +36,7 @@ public:
CDefObjInfoHandler * dobjinfo;
CLodHandler * spriteh;
CLodHandler * bitmaph;
CGeneralTextHandler * generaltexth;
};
#endif //CGAMEINFO_H