animation.h

来自「Brew Source Code to demonstarte basic an」· C头文件 代码 · 共 35 行

H
35
字号
/*
 * animation.h
 *
 */

#ifndef __HELLO_H__
#define __HELLO_H__

#include "AEE.h"
#include "AEEDisp.h"
#include "AEEModGen.h"
#include "AEEAppGen.h"
#include "AEEDisp.h"
#include "AEEClassIDs.h"
#include "AEEStdLib.h"
#include "AEEImage.h"
#include "AEEShell.h"

#include "AEEMenu.h"		// Menu Services
#include "AEEFile.h"		// AEEFile Services
#include "AEEText.h"

typedef struct myapp_s
{
	AEEApplet      a;	//applet header
	AEEDeviceInfo di;

	IImage*	pImage;		//our animated BMP image

} myapp_t;

static boolean Animation_HandleEvent(IApplet * pi, AEEEvent eCode, uint16 wParam, uint32 dwParam);
void Animation_CleanUp(myapp_t* pApp);

#endif

⌨️ 快捷键说明

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