mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 18:03:33 +00:00
add -k flag
use it to set kind use kind to launch GUI
This commit is contained in:
@@ -4,9 +4,17 @@
|
||||
#ifndef __VMR_H__
|
||||
#define __VMR_H__
|
||||
|
||||
long login(T_VBVMR_INTERFACE *iVMR);
|
||||
enum kind
|
||||
{
|
||||
BASIC = 1,
|
||||
BANANA,
|
||||
POTATO,
|
||||
POTATOX64 = 6
|
||||
};
|
||||
|
||||
long login(T_VBVMR_INTERFACE *iVMR, int kind);
|
||||
long logout(T_VBVMR_INTERFACE *iVMR);
|
||||
long run_voicemeeter(T_VBVMR_INTERFACE *iVMR);
|
||||
long run_voicemeeter(T_VBVMR_INTERFACE *iVMR, int kind);
|
||||
long type(T_VBVMR_INTERFACE *iVMR, long *type);
|
||||
long version(T_VBVMR_INTERFACE *iVMR, long *version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user