mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-16 01:29:57 +00:00
15 lines
183 B
C++
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[]
|
|
); |