Reduce global variables

FossilOrigin-Name: 02dbc547c1a4a13918d02cb6f5ba92dd653622303979dd09cc5e3d6d0f617203
This commit is contained in:
Jonathan Schleifer 2025-03-05 00:27:18 +00:00
parent 3a1bbe3110
commit 7ba16ed96a
7 changed files with 154 additions and 124 deletions

View file

@ -142,8 +142,6 @@ extern int isoccluded(float vx, float vy, float cx, float cy, float csize);
// main
extern void fatal(OFString *s, OFString *o = @"");
extern void *alloc(int s);
extern SDL_Window *window;
extern bool keyrepeat;
// rendertext
extern void draw_text(char *str, int left, int top, int gl_num);