mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Updates image to 2018 v10 image (#713)
This commit is contained in:
committed by
Peter Johnson
parent
f4dce9e608
commit
6e9d1f55c6
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void NetCommRPCProxy_SetOccurFuncPointer(void (*Occur)(uint32_t));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user