init main component

This commit is contained in:
yggverse 2024-08-04 19:45:28 +03:00
parent 859beb871b
commit d9708a3262
2 changed files with 61 additions and 0 deletions

13
src/main.h Normal file
View file

@ -0,0 +1,13 @@
#include <iostream>
#include <gtk/gtk.h>
#include "Yoda/Browser.h"
void static activate(
GtkApplication *application
);
int main(
int argc,
char *argv[]
);