mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-16 01:50:57 +00:00
8 lines
137 B
C
8 lines
137 B
C
#ifndef __CDLL_H__
|
|
#define __CDLL_H__
|
|
|
|
#include "VoicemeeterRemote.h"
|
|
|
|
long initialize_dll_interfaces(PT_VMR vmr);
|
|
|
|
#endif /*__CDLL_H__*/ |