mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init main component
This commit is contained in:
parent
859beb871b
commit
d9708a3262
2 changed files with 61 additions and 0 deletions
13
src/main.h
Normal file
13
src/main.h
Normal 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[]
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue