Yoda/src/main.h

15 lines
183 B
C
Raw Normal View History

2024-08-07 08:53:17 +03:00
#pragma once
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[]
);