?? graph.h
字號:
#if !defined(KANE_RPG_GRAPH_H)
#define KANE_RPG_GRAPH_H
class Graph
{
public:
Graph();
int Init(); //初始化圖像
void Refresh(int time); //刷新屏幕
void Blt(int x,int y,int src_id,int dest_id,int method);
//會自動剪裁的Blt
void Restore(); //恢復丟失頁面
virtual ~Graph();
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -