7 lines
88 B
C
7 lines
88 B
C
|
#include <gtk/gtk.h>
|
||
|
|
||
|
class GtkMain{
|
||
|
public:
|
||
|
void init(GtkApplication *app);
|
||
|
};
|