Photon 1.0.0
Loading...
Searching...
No Matches
Macros.hpp File Reference

Go to the source code of this file.

Macros

#define PHOTON_GET_DATA_DIR(DIR)
 
#define PHOTON_GET_DATA_DIR(DIR)
 

Macro Definition Documentation

◆ PHOTON_GET_DATA_DIR [1/2]

#define PHOTON_GET_DATA_DIR (   DIR)
Value:
Photon::String DIR = getenv("HOME"); \
DIR += "/.PHOTON/";
std::string String
Definition Core.hpp:37

◆ PHOTON_GET_DATA_DIR [2/2]

#define PHOTON_GET_DATA_DIR (   DIR)
Value:
Photon::String DIR = getenv("HOME"); \
DIR += "/.PHOTON/";