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 ovrLaunchType_ | ovrLaunchType ( ) |
| const char * | ovrLaunchType_ToString ( ovrLaunchType value ) |
| ovrLaunchType | ovrLaunchType_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_LAUNCH_TYPE_H
#define OVR_LAUNCH_TYPE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrLaunchType_ {
ovrLaunchType_Unknown,
ovrLaunchType_Normal,
ovrLaunchType_Invite,
ovrLaunchType_Coordinated,
ovrLaunchType_Deeplink,
} ovrLaunchType;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrLaunchType_ToString(ovrLaunchType value);
OVRPL_PUBLIC_FUNCTION(ovrLaunchType) ovrLaunchType_FromString(constchar* str);
#endif