This commit is contained in:
2023-07-23 15:20:23 +02:00
parent d15fe49c71
commit 342b5cf7dd
4 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include "ui/panel.h"
G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE(EmptyPanel, empty_panel, GINPUT, EMPTY_PANEL, Panel)
G_END_DECLS
Panel* empty_panel_new(void);