www.pudn.com > 2DGameAnimS60C_v1_0.zip > Tileset.cpp
////////////////////////////////////////////////////////////////////////
//
// Tileset.cpp
//
// Copyright (c) 2003 Nokia Mobile Phones Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
#include "Tileset.h"
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
TInt CTileset::TileLogWidth(void)
{
return iTileLogWidth;
}
////////////////////////////////////////////////////////////////////////
TInt CTileset::TileLogHeight(void)
{
return iTileLogHeight;
}
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////