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 ovrMatchmakingStatApproach_ |
| const char * | |
| ovrMatchmakingStatApproach | ovrMatchmakingStatApproach_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_MATCHMAKING_STAT_APPROACH_H
#define OVR_MATCHMAKING_STAT_APPROACH_H
#include "OVR_Platform_Defs.h"
typedefenum ovrMatchmakingStatApproach_ {
ovrMatchmakingStatApproach_Unknown,
ovrMatchmakingStatApproach_Trailing,
ovrMatchmakingStatApproach_Swingy,
} ovrMatchmakingStatApproach;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrMatchmakingStatApproach_ToString(ovrMatchmakingStatApproach value);
OVRPL_PUBLIC_FUNCTION(ovrMatchmakingStatApproach) ovrMatchmakingStatApproach_FromString(constchar* str);
#endif