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,8 @@
#ifndef cglm_bezier_h
#define cglm_bezier_h
#include "common.h"
#define GLM_BEZIER_MAT_INIT {{-1.0f, 3.0f, -3.0f, 1.0f}, \
{ 3.0f, -6.0f, 3.0f, 0.0f}, \
{-3.0f, 3.0f, 0.0f, 0.0f}, \