mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-16 01:29:57 +00:00
13 lines
170 B
C
13 lines
170 B
C
|
#include <iostream>
|
||
|
#include <gtk/gtk.h>
|
||
|
|
||
|
#include "Yoda/Browser.h"
|
||
|
|
||
|
void static activate(
|
||
|
GtkApplication *application
|
||
|
);
|
||
|
|
||
|
int main(
|
||
|
int argc,
|
||
|
char *argv[]
|
||
|
);
|