mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
move 'stdbool.h' to common header, add missing common.h header to public headers
This commit is contained in:
@@ -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}, \
|
||||
|
||||
Reference in New Issue
Block a user