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

@ -2,7 +2,7 @@
#define CONTEXT_H
#include "textures.h"
#include "textures/internal_api.h"
#include "input.h"
#include <SDL2/SDL.h>