?? scorelistwnd.h
字號(hào):
#ifndef _SCORELISTWND_H_
#define _SCORELISTWND_H_
#include "AEEFile.h"
#include "commondef.h"
typedef struct _PflyApp PflyApp;
typedef struct _ScoreListWnd ScoreListWnd;
struct _ScoreListWnd
{
PflyApp* pMe;
int scorelist[MAX_LIST_LENGTH];
};
boolean ScoreListWnd_New(ScoreListWnd *pthis, PflyApp* pMe);
boolean ScoreListWnd_Open(ScoreListWnd *pthis);
void ScoreListWnd_Close(ScoreListWnd *pthis);
boolean ScoreListWnd_HandleEvent(ScoreListWnd* pthis, AEEEvent eCode, uint16 wParam, uint32 dwParam);
void ScoreListWnd_Free(ScoreListWnd* pthis);
boolean ScoreListWnd_AddToList(ScoreListWnd* pthis, int score);
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -