Added True Type fonts
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
// Static Libs
|
||||
#include <cglm/cglm.h>
|
||||
#include <glad/glad.h>
|
||||
#include <stb_image.h>
|
||||
#include <stb_truetype.h>
|
||||
|
||||
// Standard Libs
|
||||
#include <stdio.h>
|
||||
@ -20,6 +22,4 @@
|
||||
// Windows Fixes
|
||||
# define strtok_r strtok_s
|
||||
# define sleep(n) _sleep(n)
|
||||
#else
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user