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 ovrKeyValuePairType_ |
| const char * | |
| ovrKeyValuePairType | ovrKeyValuePairType_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_KEY_VALUE_PAIR_TYPE_H
#define OVR_KEY_VALUE_PAIR_TYPE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrKeyValuePairType_ {
ovrKeyValuePairType_String,
ovrKeyValuePairType_Int,
ovrKeyValuePairType_Double,
ovrKeyValuePairType_Unknown,
} ovrKeyValuePairType;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrKeyValuePairType_ToString(ovrKeyValuePairType value);
OVRPL_PUBLIC_FUNCTION(ovrKeyValuePairType) ovrKeyValuePairType_FromString(constchar* str);
#endif