add helper functions to get queue indices

This commit is contained in:
Greg Wells
2025-05-23 21:03:15 -04:00
parent 02432e04d3
commit 84a29764c0
4 changed files with 45 additions and 5 deletions

View File

@@ -52,3 +52,5 @@ typedef struct gnDebugger_t {
gnReturnCode gnCreateDebugger(gnDebugger* debugger, gnInstance* instance, const struct gnDebuggerInfo_t info);
void gnDestroyDebugger(gnDebugger* debugger);
void gnDebuggerSetErrorMessage(gnDebugger* debugger, gnMessageData data);