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