mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:55:46 -04:00
Initial community commit
This commit is contained in:
14
Src/Plugins/SDK/burner/BurnerCommon.h
Normal file
14
Src/Plugins/SDK/burner/BurnerCommon.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include "../primo/obj_primo.h"
|
||||
|
||||
class BurnerCommon
|
||||
{
|
||||
public:
|
||||
BurnerCommon(obj_primo *_primo);
|
||||
~BurnerCommon();
|
||||
void TriggerCallback();
|
||||
protected:
|
||||
obj_primo *primo;
|
||||
HANDLE triggerEvent;
|
||||
};
|
Reference in New Issue
Block a user