#include "OVR_Profile.h"
#include "OVR_JSON.h"
#include "Kernel/OVR_Types.h"
#include "Kernel/OVR_SysFile.h"
#include "Kernel/OVR_Allocator.h"
#include "Kernel/OVR_Array.h"
#include <dirent.h>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
namespace | OVR |
Defines | |
#define | PROFILE_VERSION 1.0 |
Functions | |
String | OVR::GetProfilePath (bool create_dir) |
#define PROFILE_VERSION 1.0 |
Definition at line 43 of file OVR_Profile.cpp.