fix public header's includes

This commit is contained in:
Recep Aslantas
2018-04-21 22:36:25 +03:00
parent 3c7a729729
commit 498a33fac5
8 changed files with 12 additions and 5 deletions

View File

@@ -10,6 +10,9 @@
#include "common.h"
#include "plane.h"
#include "vec3.h"
#include "vec4.h"
#include "mat4.h"
#define GLM_LBN 0 /* left bottom near */
#define GLM_LTN 1 /* left top near */