parent
11c135a989
commit
d72784fa02
2 changed files with 34 additions and 0 deletions
@ -1,4 +1,8 @@ |
||||
#pragma once |
||||
|
||||
/*! \file mathpch.h
|
||||
Precompiled headers communly used in math functionnalitys. |
||||
*/ |
||||
|
||||
#include <glm/glm.hpp> |
||||
#include <glm/gtc/matrix_transform.hpp> |
Loading…
Reference in New Issue