16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 00:49:19 +02:00
Files
maszyna/ci_shadervalidator/stdafx.h
2021-01-21 15:51:03 +01:00

7 lines
135 B
C++

#pragma once
#define GLM_ENABLE_EXPERIMENTAL
#define GLM_FORCE_CTOR_INIT
#include <glm/glm.hpp>
#include <string>
#include <stdexcept>