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