labfy-investigation/Enquete-gui/include/app.h
2026-07-06 16:41:56 +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