mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 18:03:33 +00:00
add new typedef struct *PT_VMR
use it to pass around references to the iVMR instance
This commit is contained in:
@@ -763,7 +763,7 @@ extern "C"
|
||||
T_VBVMR_MacroButton_GetStatus VBVMR_MacroButton_GetStatus;
|
||||
T_VBVMR_MacroButton_SetStatus VBVMR_MacroButton_SetStatus;
|
||||
|
||||
} T_VBVMR_INTERFACE, *PT_VBVMR_INTERFACE, *LPT_VBVMR_INTERFACE;
|
||||
} T_VBVMR_INTERFACE, *PT_VBVMR_INTERFACE, *LPT_VBVMR_INTERFACE, *PT_VMR;
|
||||
|
||||
#ifdef VBUSE_LOCALLIB
|
||||
// internal used (not public)
|
||||
|
||||
Reference in New Issue
Block a user