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:
@@ -19,7 +19,6 @@
|
||||
#define cglm_util_h
|
||||
|
||||
#include "common.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#define GLM_MIN(X, Y) (((X) < (Y)) ? (X) : (Y))
|
||||
#define GLM_MAX(X, Y) (((X) > (Y)) ? (X) : (Y))
|
||||
|
||||
Reference in New Issue
Block a user