Open Djuckman opened 3 years ago
I assume you downloaded gltext.h
placed it next to your c/cpp file, e.g. src/main.c
and then src/gltext.h
. Then in the top of your e.g. main.c
you add:
#define GLT_IMPLEMENTATION
#include "gltext.h"
If yes, then can you share more information on the issues and errors you get?
I've pasted code from "example" from readme. Is it possible to fix?