IArrow.h
资源名称:brewmine3.rar [点击查看]
上传用户:yulinhuamu
上传日期:2009-12-26
资源大小:7287k
文件大小:0k
源码类别:
BREW编程
开发平台:
Visual C++
- #ifndef _IMINEARROW_H
- #define _IMINEARROW_H
- #include "Aeestdlib.h"
- #include "AEEshell.h"
- #include "AeeDisp.h"
- #include "AeeBitmap.h"
- typedef struct _IMineArrow
- { IBitmap* m_OldScreen;
- IImage* m_Arrow;
- int m_dx;
- int m_dy;
- IShell* m_pIShell;
- IDisplay* m_pDisplay;
- }IMineArrow;
- IMineArrow* IARROW_CreateInstance(AEEApplet* pApp);
- boolean IARROW_Release(IMineArrow* pArrow);
- boolean IARROW_Draws(IMineArrow* pArrow,int x,int y);
- #endif