publish ExecutionEnvironment
This commit is contained in:
parent
55a02393d7
commit
b98eab780f
|
|
@ -38,7 +38,7 @@ class EXPCL_DTOOL ExecutionEnvironment {
|
|||
private:
|
||||
ExecutionEnvironment();
|
||||
|
||||
public:
|
||||
PUBLISHED:
|
||||
INLINE static bool has_environment_variable(const string &var);
|
||||
INLINE static string get_environment_variable(const string &var);
|
||||
INLINE static void set_environment_variable(const string &var, const string &value);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
forcetype PandaSystem
|
||||
forcetype DSearchPath
|
||||
forcetype DSearchPath::Results
|
||||
forcetype ExecutionEnvironment
|
||||
forcetype Filename
|
||||
forcetype GlobPattern
|
||||
forcetype Notify
|
||||
|
|
|
|||
Loading…
Reference in New Issue