Improve JVS bus life cycle handling

This commit is contained in:
Tau
2019-11-03 13:01:03 -05:00
parent 93fcdf8f6d
commit 0e1cfb66db
24 changed files with 164 additions and 65 deletions

View File

@ -1,3 +1,7 @@
#pragma once
void diva_jvs_init(void);
#include <windows.h>
#include "jvs/jvs-bus.h"
HRESULT diva_jvs_init(struct jvs_node **root);