mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
7 lines
135 B
C++
7 lines
135 B
C++
#pragma once
|
|
#define GLM_ENABLE_EXPERIMENTAL
|
|
#define GLM_FORCE_CTOR_INIT
|
|
#include <glm/glm.hpp>
|
|
#include <string>
|
|
#include <stdexcept>
|