Add device global error callback

This commit is contained in:
Krad
2021-10-19 14:09:14 +08:00
parent 1ade32aeb9
commit c432bc5b0c
2 changed files with 11 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ public:
static DeviceManager manager;
return &manager;
}
void setDeviceErrorCallBack();
void initDevice();
protected: