add create_interface() to cdll.c.

Use it to initialize the dll interface and return a pointer to it.
This commit is contained in:
2024-07-05 10:41:07 +01:00
parent a28db25bcc
commit 930093da7f
3 changed files with 84 additions and 84 deletions

View File

@@ -3,6 +3,6 @@
#include "VoicemeeterRemote.h"
long initialize_dll_interfaces(PT_VMR vmr);
PT_VMR create_interface();
#endif /*__CDLL_H__*/