labfy-investigation/enquete-gui/include/app.h
grayTerminal-sh de0393f9f3 arboressence
2026-07-06 13:41:25 +02:00

8 lines
115 B
C

#ifndef APP_H
#define APP_H
#include <gtk/gtk.h>
GtkWidget *app_create_main_window(GtkApplication *app);
#endif