Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef PHOTON_GET_DATA_DIR
17#define PHOTON_GET_DATA_DIR(DIR) \
18 Photon::String DIR = getenv("APPDATA"); \
22#define PHOTON_GET_DATA_DIR(DIR) \
23 Photon::String DIR = getenv("HOME"); \
28#ifdef PHOTON_PHOTON_OS
29#define PHOTON_GET_DATA_DIR(DIR) \
30 Photon::String DIR = EnvGetVar("HOME"); \
34#define PHOTON_GET_DATA_DIR(DIR) \
35 Photon::String DIR = getenv("HOME"); \