Yoda/src/main.h
2024-08-07 08:53:17 +03:00

15 lines
183 B
C++

#pragma once
#include <iostream>
#include <gtk/gtk.h>
#include "app/browser.h"
void static activate(
GtkApplication *application
);
int main(
int argc,
char *argv[]
);