mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Set the appid env variables.
This commit is contained in:
parent
d2ef266f81
commit
03426b217d
3 changed files with 18 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
extern std::recursive_mutex global_mutex;
|
||||
|
||||
std::string get_env_variable(std::string name);
|
||||
bool set_env_variable(std::string name, std::string value);
|
||||
bool check_timedout(std::chrono::high_resolution_clock::time_point old, double timeout);
|
||||
|
||||
class CCallbackMgr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue