refactor: add helpers for file I/O, main script detection, and safe strncpy

This commit is contained in:
asrael 2025-12-06 15:04:53 -06:00
parent a33d4c0068
commit b7600fc1c9
No known key found for this signature in database
GPG key ID: 2786557804DFAE24
11 changed files with 250 additions and 306 deletions

View file

@ -7,7 +7,6 @@
#include "pxl8_atlas.h"
#include "pxl8_color.h"
#include "pxl8_log.h"
#include "pxl8_rec.h"
#include "pxl8_sys.h"
typedef struct pxl8_sdl3_context {