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