6 lines
93 B
C
6 lines
93 B
C
|
#pragma once
|
||
|
|
||
|
#include "../logcat_thread.h"
|
||
|
|
||
|
void debug_window(LogcatThread& logcat_thread);
|