Proton/vrclient_x64/cppIVRNotifications_IVRNotifications_001.h

10 lines
511 B
C
Raw Normal View History

2018-01-18 22:29:49 +03:00
#ifdef __cplusplus
extern "C" {
#endif
extern uint32_t cppIVRNotifications_IVRNotifications_001_GetErrorString(void *, NotificationError_t, char *, uint32_t);
extern NotificationError_t cppIVRNotifications_IVRNotifications_001_CreateNotification(void *, VROverlayHandle_t, uint64_t, const char *, const char *, const char *, NotificationBitmap *, VRNotificationId *);
extern NotificationError_t cppIVRNotifications_IVRNotifications_001_DismissNotification(void *, VRNotificationId);
#ifdef __cplusplus
}
#endif