twn_filewatch.c: file and directory change api, initial support for texture reload

This commit is contained in:
veclavtalica
2025-01-29 07:21:09 +03:00
parent 630c6fb5d4
commit 4b2a22bf3c
7 changed files with 246 additions and 29 deletions

View File

@ -9,6 +9,7 @@
#include "twn_main.c"
#include "twn_textures.c"
#include "twn_util.c"
#include "twn_filewatch.c"
#include "rendering/twn_circles.c"
#include "rendering/twn_draw.c"