private the texture.c/.h, remove vestigial circle hash table from ctx

This commit is contained in:
2024-07-30 18:31:38 +03:00
parent 2a8f4b1bdc
commit a4cb50687e
11 changed files with 63 additions and 74 deletions

View File

@ -44,10 +44,10 @@ set(TOWNENGINE_SOURCE_FILES
src/audio.c src/audio.h
src/util.c src/util.h
src/rendering.c src/rendering.h
src/textures.c src/textures.h
src/input.c src/input.h
src/text.c src/text.h
src/camera.c src/camera.h
src/textures/textures.c
${SYSTEM_SOURCE_FILES}
)