mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
9 lines
171 B
C
9 lines
171 B
C
#include <windows.h>
|
|
#include "VoicemeeterRemote.h"
|
|
|
|
#ifndef __CDLL_H__
|
|
#define __CDLL_H__
|
|
|
|
long initialize_dll_interfaces(T_VBVMR_INTERFACE *iVMR);
|
|
|
|
#endif /*__CDLL_H__*/ |