This commit is contained in:
griffi-gh 2024-05-04 14:32:21 +02:00
parent e11ee19597
commit 4ff284288e

View file

@ -105,8 +105,7 @@ use chat_ui::render_chat;
use chat::init_chat_manager; use chat::init_chat_manager;
use crosshair_ui::{init_crosshair_image, draw_crosshair}; use crosshair_ui::{init_crosshair_image, draw_crosshair};
use settings_ui::render_settings_ui; use settings_ui::render_settings_ui;
use hui_integration::hui_process_winit_events;
use crate::hui_integration::hui_process_winit_events;
/// stuff required to init the renderer and other basic systems /// stuff required to init the renderer and other basic systems
fn pre_startup() -> Workload { fn pre_startup() -> Workload {