2023-01-23 08:44:16 +00:00
|
|
|
#pragma once
|
|
|
|
|
2023-02-22 09:33:36 +00:00
|
|
|
struct ImFont; // forward declaration from imgui/imgui.h
|
2023-01-23 08:44:16 +00:00
|
|
|
|
2023-02-05 15:57:46 +00:00
|
|
|
void logs_window(ImFont* monospace_font, bool* __restrict autoscrolling, bool* __restrict p_open);
|