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 ovrAchievementType_ |
| const char * | |
| ovrAchievementType | ovrAchievementType_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_ACHIEVEMENT_TYPE_H
#define OVR_ACHIEVEMENT_TYPE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrAchievementType_ {
ovrAchievement_TypeUnknown,
ovrAchievement_TypeSimple,
ovrAchievement_TypeBitfield,
ovrAchievement_TypeCount,
} ovrAchievementType;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrAchievementType_ToString(ovrAchievementType value);
OVRPL_PUBLIC_FUNCTION(ovrAchievementType) ovrAchievementType_FromString(constchar* str);
#endif