comments mostly

This commit is contained in:
Tobin
2026-04-25 14:46:52 -04:00
parent 6bd50b041c
commit d46a436303
3 changed files with 28 additions and 7 deletions
+11
View File
@@ -1,3 +1,14 @@
/* yields
cat_init();
cat_create_window();
cat_pixel();
cat_fill();
cat_render();
cat_play_wav();
cat_stop_audio();
cat_get_event();
*/
#include <stdio.h>
#include <stdlib.h>
#include <SDL2/SDL.h>