initial
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef SERIAL_SAMPLE_LOGWINDOW_H
|
||||
#define SERIAL_SAMPLE_LOGWINDOW_H
|
||||
|
||||
class ConnectionWindow;
|
||||
|
||||
class LogWindow {
|
||||
public:
|
||||
LogWindow() = default;
|
||||
~LogWindow() = default;
|
||||
|
||||
void Render(bool* p_open, ConnectionWindow& conn_win);
|
||||
};
|
||||
|
||||
#endif // SERIAL_SAMPLE_LOGWINDOW_H
|
||||
Reference in New Issue
Block a user