mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 12:36:17 +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 <malloc/malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
const int FONT_ID_BODY_16 = 0;
|
||||
Clay_Color COLOR_WHITE = { 255, 255, 255, 255};
|
||||
|
|
Loading…
Reference in a new issue