logmeow/windows/logs.h

6 lines
139 B
C
Raw Normal View History

2023-01-23 08:44:16 +00:00
#pragma once
#include <imgui/imgui.h>
2023-01-23 08:44:16 +00:00
void logs_window(ImFont* monospace_font, bool* __restrict autoscrolling, bool* __restrict p_open);