text stuff, I forgot

This commit is contained in:
herbglitch 2023-06-20 00:27:54 -06:00
parent 7018500555
commit 8a29955b1f
3 changed files with 9 additions and 8 deletions

View file

@ -11,8 +11,6 @@ extern "C" {
#include "arc/math/point.h"
#include "arc/std/string.h"
void ARC_TTF_Init();
typedef struct ARC_Text ARC_Text;
void ARC_Text_Create(ARC_Text **text, ARC_String *path, int32_t size, ARC_Color color);