// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_CLOUD_STORAGE_UPDATE_STATUS_H
#define OVR_CLOUD_STORAGE_UPDATE_STATUS_H
#include "OVR_Platform_Defs.h"
typedefenum ovrCloudStorageUpdateStatus_ {
ovrCloudStorageUpdateStatus_Unknown,
ovrCloudStorageUpdateStatus_Ok,
ovrCloudStorageUpdateStatus_BetterVersionStored,
ovrCloudStorageUpdateStatus_ManualMergeRequired,
} ovrCloudStorageUpdateStatus;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrCloudStorageUpdateStatus_ToString(ovrCloudStorageUpdateStatus value);
OVRPL_PUBLIC_FUNCTION(ovrCloudStorageUpdateStatus) ovrCloudStorageUpdateStatus_FromString(constchar* str);
#endif