?? plgapu.h
字號(hào):
/*************************************************************************** DSemu - The Next Generation ** Plugin definitions: APU interface [plgapu.h] ** Copyright Imran Nazar, 2005; released under the BSD public licence. ***************************************************************************/#ifndef __PLGAPU_H_#define __PLGAPU_H_#include "plgbase.h"#include "datadefs.h"// Extending the base plugin interface.class APUPlugin : public Plugin{ public: virtual void togglePause() = 0; // Pause or restart the APU};#define PLUGIN_TYPE_APU 5#define ERR_APU_INIT 0x0501#endif//__PLGAPU_H_/*** EOF: plgapu.h *******************************************************/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -