Yoda/src/main.h

13 lines
169 B
C
Raw Normal View History

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