Initial community commit
This commit is contained in:
14
Src/devices/plugin.h
Normal file
14
Src/devices/plugin.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef _NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|
||||
#define _NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
HINSTANCE
|
||||
Plugin_GetInstance(void);
|
||||
|
||||
|
||||
#endif //_NULLSOFT_WINAMP_DEVICES_PLUGIN_HEADER
|
||||
Reference in New Issue
Block a user