16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 03:09:18 +02:00

Set up CI with Azure Pipelines

This commit is contained in:
Milek7
2019-02-25 16:34:40 +01:00
committed by milek7
parent 267c4472a3
commit 8a5ca4e05a
3 changed files with 76 additions and 1 deletions

View File

@@ -87,6 +87,12 @@
#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>
#ifndef GLFW_TRUE
#define GLFW_FALSE 0
#define GLFW_TRUE 1
#define glfwGetKeyName(a, b) ("")
#endif
#define GLM_ENABLE_EXPERIMENTAL
#define GLM_FORCE_CTOR_INIT
#include <glm/glm.hpp>