add new typedef struct *PT_VMR

use it to pass around references to the iVMR instance
This commit is contained in:
2024-07-04 09:14:14 +01:00
parent f6437fcbe7
commit 83a85fd7c5
6 changed files with 92 additions and 92 deletions

View File

@@ -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)