Yoda/src/main.h

13 lines
170 B
C
Raw Normal View History

2024-08-04 19:45:28 +03:00
#include <iostream>
#include <gtk/gtk.h>
#include "Yoda/Browser.h"
void static activate(
GtkApplication *application
);
int main(
int argc,
char *argv[]
);