diff options
author | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-11 00:24:40 -0400 |
---|---|---|
committer | Andy Belle-Isle <drumsetmonkey@gmail.com> | 2019-09-11 00:24:40 -0400 |
commit | 1d9c67f5719b3c55b1f2f2537e796e2ad95e1ac1 (patch) | |
tree | 98e9656f5855a86ed8247ec3dc13e247d617141c /src/main.cpp | |
parent | b46aa08e48bdfa9008738ed5d599d6e7d11ede56 (diff) | |
parent | 2b095e30f7786526da9339ccada3aae7f2ab5df4 (diff) |
Merge branch 'master' of github.com:tcsullivan/gamedev2
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a0632fd..5f39d95 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,6 +18,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ +#define GLEW_STATIC #define SOL_ALL_SAFETIES_ON = 1 #include "engine.hpp" |