Updates image to 2018 v10 image (#713)

This commit is contained in:
Thad House
2017-11-08 11:26:11 -08:00
committed by Peter Johnson
parent f4dce9e608
commit 6e9d1f55c6
25 changed files with 113 additions and 90 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void NetCommRPCProxy_SetOccurFuncPointer(void (*Occur)(uint32_t));
#ifdef __cplusplus
}
#endif