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

📄 iminemusic.h

📁 brew3.1做的挖雷游戏
💻 H
字号:
#ifndef _IMINEMUSIC_H
#define _IMINEMUSIC_H

#include "AeeStdLib.h"
#include "AeeSoundPlayer.h"
#include "AeeShell.h"

typedef enum
{
	MMT_FLASH,
	MMT_START,
	MMT_SUCCESS,
	MMT_FAILURE
}TMineMusicType;
typedef struct _IMineMusic
{
	IShell* m_pIShell;
	ISoundPlayer * m_pISoundPlayer;
}IMineMusic;

IMineMusic* IMINEMUSIC_CreateInstance(IShell* pIShell);
boolean	IMINEMUSIC_Release(IMineMusic* pCtl);
boolean	IMINEMUSIC_Start(IMineMusic* pCtl,TMineMusicType type);
boolean	IMINEMUSIC_Stop(IMineMusic* pCtl);
#endif

⌨️ 快捷键说明

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