// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_APPLICATIONVERSION_H
#define OVR_APPLICATIONVERSION_H
#include "OVR_Platform_Defs.h"
typedefstruct ovrApplicationVersion *ovrApplicationVersionHandle;
OVRP_PUBLIC_FUNCTION(int) ovr_ApplicationVersion_GetCurrentCode(const ovrApplicationVersionHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_ApplicationVersion_GetCurrentName(const ovrApplicationVersionHandle obj);
OVRP_PUBLIC_FUNCTION(int) ovr_ApplicationVersion_GetLatestCode(const ovrApplicationVersionHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *) ovr_ApplicationVersion_GetLatestName(const ovrApplicationVersionHandle obj);
#endif