Add vrclient

This commit is contained in:
Andrew Eikum 2018-01-18 13:29:49 -06:00
parent 0b2c856af7
commit a89b44235a
241 changed files with 128805 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#ifdef __cplusplus
extern "C" {
#endif
extern EVRNotificationError cppIVRNotifications_IVRNotifications_002_CreateNotification(void *, VROverlayHandle_t, uint64_t, EVRNotificationType, const char *, EVRNotificationStyle, NotificationBitmap_t *, VRNotificationId *);
extern EVRNotificationError cppIVRNotifications_IVRNotifications_002_RemoveNotification(void *, VRNotificationId);
#ifdef __cplusplus
}
#endif