⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vbrewframe.h

📁 象棋框架
💻 H
字号:
/*===========================================================================
FILE: VBrewFrame.h
===========================================================================*/

#ifndef VBREWFRAME_H
#define VBREWFRAME_H

//*****************************************************************************
// INCLUDE FILES
//*****************************************************************************
#include "AEEModGen.h"          // Module interface definitions
#include "AEEAppGen.h"          // Applet interface definitions
#include "AEEStdLib.h"

#include "BrewFrame.bid"

#include "Itf_BrewFrame.h"
#include "global.h"

//*****************************************************************************
// DEFINITIONS
//*****************************************************************************

//*****************************************************************************
// ENUMERATED TYPE DEFINITIONS
//*****************************************************************************

//*****************************************************************************
// GLOBAL APPLICATION DATA STRUCTURES
//*****************************************************************************
class CVBrewFrame:public AEEApplet{
  public:
    static boolean HandleEvent(CVBrewFrame *pApp, AEEEvent eCode, uint16 wparam, uint32 dwParam);
    static boolean initAppData(CVBrewFrame *pApp);
    static void freeAppData(CVBrewFrame *pApp);

  private:
	IBrewFrame *frame;
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -