From 304282f5fe45cfeb9af6ca595f77c17ca8f2d59a Mon Sep 17 00:00:00 2001 From: cat Date: Mon, 26 May 2025 15:28:08 +1000 Subject: [PATCH] file info to readme --- readme | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme b/readme index 09f31cc..26f7cf5 100644 --- a/readme +++ b/readme @@ -8,3 +8,12 @@ i want people to be able to create their own pets without having to figure out how to recompile. run it with `SDL_LOGGING=app=debug ./slutpet` for verbose logging + +file layout: + +dat.h - data structure header +fns.h - functions and macros header + +slutpet.c - sdl init and close +img.c - loading images +samply.c - pet Samply