Remove some dead functions.

This commit is contained in:
Zed A. Shaw 2025-02-21 12:37:16 -05:00
parent 4b333c6684
commit 84fff71344

View file

@ -70,9 +70,7 @@ namespace gui {
void try_move(int dir, bool strafe);
void keyboard_mouse();
void draw_gui();
void draw_blood();
void render();
void generate_map();
bool active();
void run_systems();
void handle_world_events();