move 'stdbool.h' to common header, add missing common.h header to public headers

This commit is contained in:
Recep Aslantas
2019-03-31 18:58:20 +03:00
parent 6c0c5167b0
commit 81a74ba225
6 changed files with 4 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
#ifndef cglm_project_h
#define cglm_project_h
#include "common.h"
#include "vec3.h"
#include "vec4.h"
#include "mat4.h"