logmeow/event_loop.h

9 lines
282 B
C++

#pragma once
struct ImFont; // forward declaration from imgui/imgui.h
struct Config; // forward declaration from config.h
class LogcatThread; // forward declaration from logcat_thread.h
void event_loop(ImFont* monospace_font, Config& active_config, LogcatThread& logcat_thread);