mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
onyx-and-iris
6179374eaa
dynamically allocate interface memory. remove global var iVMR fix duplicate error code for VBVMR_Logout and VBVMR_RunVoicemeeter
15 lines
310 B
C
15 lines
310 B
C
/**
|
|
* Copyright (c) 2024 Onyx and Iris
|
|
*
|
|
* This library is free software; you can redistribute it and/or modify it
|
|
* under the terms of the MIT license. See `ivmr.c` for details.
|
|
*/
|
|
|
|
#ifndef __IVMR_H__
|
|
#define __IVMR_H__
|
|
|
|
#include "VoicemeeterRemote.h"
|
|
|
|
PT_VMR create_interface();
|
|
|
|
#endif /* __IVMR_H__ */ |