ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | |
ovrRequest | ovr_Achievements_Unlock ( const char * name ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_REQUESTS_ACHIEVEMENTS_H #define OVR_REQUESTS_ACHIEVEMENTS_H #include "OVR_Types.h" #include "OVR_Platform_Defs.h" #include "OVR_AchievementDefinitionArray.h" #include "OVR_AchievementProgressArray.h" OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_AddCount(constchar *name, unsignedlonglong count); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_AddFields(constchar *name, constchar *fields); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetAllDefinitions(); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetAllProgress(); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetDefinitionsByName(constchar **names, int count); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetNextAchievementDefinitionArrayPage(ovrAchievementDefinitionArrayHandle handle); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetNextAchievementProgressArrayPage(ovrAchievementProgressArrayHandle handle); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_GetProgressByName(constchar **names, int count); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_Achievements_Unlock(constchar *name); #endif