diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-01 08:43:56 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-01 08:43:56 -0500 |
commit | 47f8aa5b312a5ef671e83322bcbe201a034f84c0 (patch) | |
tree | 8dccb7228c407e01024752b48dae7150b6b349e5 /include/common.h | |
parent | 32cb1880f018fc149d1c8a71a83426a8f5a92a6a (diff) | |
parent | 883b348abac73d6c2b1d4ea8b65caccf0767e5a8 (diff) |
merge with remake
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 08f0392..9650f49 100644 --- a/include/common.h +++ b/include/common.h @@ -18,6 +18,7 @@ #include <thread> #include <mutex> #include <future> +#include <threadpool.h> #define GLEW_STATIC #include <GL/glew.h> @@ -118,6 +119,8 @@ extern unsigned int SCREEN_WIDTH; extern unsigned int SCREEN_HEIGHT; extern bool FULLSCREEN; +extern bool uiLoop; +extern std::mutex mtx; /** * Define the length of a single HLINE. |