Yucom/vrclient_x64/vrclient_x64/cppIVRNotifications_IVRNotifications_002.h
2023-09-28 09:33:06 +02:00

8 lines
415 B
C

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