mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +00:00
swap out malloc.h for stdlib in demo
This commit is contained in:
parent
33b150e515
commit
ed26b79098
@ -1,5 +1,5 @@
|
|||||||
#include "../../clay.h"
|
#include "../../clay.h"
|
||||||
#include <malloc/malloc.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
const int FONT_ID_BODY_16 = 0;
|
const int FONT_ID_BODY_16 = 0;
|
||||||
Clay_Color COLOR_WHITE = { 255, 255, 255, 255};
|
Clay_Color COLOR_WHITE = { 255, 255, 255, 255};
|
||||||
|
Loading…
Reference in New Issue
Block a user