|
|
@ -7,6 +7,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
#include "tile_constants.h"
|
|
|
|
#include "tile_constants.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace NLMISC
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
class IStream;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class TileBankPvt;
|
|
|
|
class TileBankPvt;
|
|
|
|
|
|
|
|
|
|
|
|
class TileBank
|
|
|
|
class TileBank
|
|
|
@ -42,6 +47,8 @@ public:
|
|
|
|
void setTexturePath( const QString &path );
|
|
|
|
void setTexturePath( const QString &path );
|
|
|
|
QString getTexturePath() const;
|
|
|
|
QString getTexturePath() const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void serial( NLMISC::IStream &f );
|
|
|
|
|
|
|
|
|
|
|
|
bool hasError() const{ return m_hasError; }
|
|
|
|
bool hasError() const{ return m_hasError; }
|
|
|
|
QString getLastError() const{ return m_lastError; }
|
|
|
|
QString getLastError() const{ return m_lastError; }
|
|
|
|
void resetError(){
|
|
|
|
void resetError(){
|
|
|
|