vmrcli/include/cdll.h
onyx-and-iris 83a85fd7c5 add new typedef struct *PT_VMR
use it to pass around references to the iVMR instance
2024-07-04 09:14:14 +01:00

8 lines
137 B
C

#ifndef __CDLL_H__
#define __CDLL_H__
#include "VoicemeeterRemote.h"
long initialize_dll_interfaces(PT_VMR vmr);
#endif /*__CDLL_H__*/