slutpet/dat.h
cat b320df0121 make window test
much of this is based on cross-referencing from
the sdl3 snake demo:
https://examples.libsdl.org/SDL3/demo/01-snake/

i need to work out an elegant system for logging.
probably involving macro wonk.
2025-05-24 19:14:51 +10:00

5 lines
84 B
C

typedef struct State State;
struct State {
SDL_Window *win;
SDL_Renderer *ren;
};