?? tileset.h
字號:
////////////////////////////////////////////////////////////////////////
//
// Tileset.h
//
// Copyright (c) 2003 Nokia Mobile Phones Ltd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
#ifndef __TILESET_H
#define __TILESET_H
#include "RenderableFactory.h"
////////////////////////////////////////////////////////////////////////
class CTileset : public CRenderableFactory
{
public:
~CTileset(){}
public:
TInt TileLogWidth(void);
TInt TileLogHeight(void);
protected:
CTileset(){}
protected:
TInt iTileLogWidth;
TInt iTileLogHeight;
};
////////////////////////////////////////////////////////////////////////
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -