add the text primitive, finally

This commit is contained in:
2024-08-22 23:41:52 -03:00
parent 0f03c18806
commit 9892bf71dc
13 changed files with 329 additions and 34 deletions

View File

@ -57,7 +57,6 @@ set(TOWNENGINE_SOURCE_FILES
townengine/util.c townengine/util.h
townengine/rendering.c townengine/rendering.h
townengine/input/input.c townengine/input.h
townengine/text.c townengine/text.h
townengine/camera.c townengine/camera.h
townengine/textures/textures.c