8 lines
115 B
C
8 lines
115 B
C
#ifndef APP_H
|
|
#define APP_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
GtkWidget *app_create_main_window(GtkApplication *app);
|
|
|
|
#endif
|