vmrcli/include/cdll.h

8 lines
150 B
C
Raw Normal View History

2024-06-25 04:34:28 +01:00
#ifndef __CDLL_H__
#define __CDLL_H__
2024-06-27 01:17:09 +01:00
#include "VoicemeeterRemote.h"
2024-06-25 04:34:28 +01:00
long initialize_dll_interfaces(T_VBVMR_INTERFACE *iVMR);
#endif /*__CDLL_H__*/