#pragma once #include #include "config.h" void event_loop(ImFont* monospace_font, Config& config, float* config_write_timer, bool* run_event_loop);