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