#pragma once #include struct Config; // forward declaration from ../config.h struct LogcatEntry; // forward declaration from ../logcat_entry.h class LogcatThread; // forward declaration from ../logcat_thread.h void debug_window(LogcatThread& logcat_thread, const Config& active_config, std::vector& logcat_entries, std::vector& filtered_logcat_entry_offsets);