rewriting and organizing the code

This commit is contained in:
kin fuyuki 2025-12-20 20:06:58 -03:00
commit 17799309a9
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
14 changed files with 626 additions and 0 deletions

5
include/incmgr.h Normal file
View file

@ -0,0 +1,5 @@
#include <tiny/tdf.h>
#include <tiny/term.h>
#include <raylib.h>
#include <raymath.h>
#include <rlgl.h>