This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| enum | ovrAbuseReportType_ { ovrAbuseReportType_.ovrAbuseReportType_Unknown , ovrAbuseReportType_.ovrAbuseReportType_Object , ovrAbuseReportType_.ovrAbuseReportType_User } |
| enum ovrAbuseReportType_ |
| const char * | |
| ovrAbuseReportType | ovrAbuseReportType_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_ABUSE_REPORT_TYPE_H
#define OVR_ABUSE_REPORT_TYPE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrAbuseReportType_ {
ovrAbuseReportType_Unknown,
ovrAbuseReportType_Object,
ovrAbuseReportType_User,
} ovrAbuseReportType;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrAbuseReportType_ToString(ovrAbuseReportType value);
OVRPL_PUBLIC_FUNCTION(ovrAbuseReportType) ovrAbuseReportType_FromString(constchar* str);
#endif