Yoda/src/main.h

8 lines
134 B
C
Raw Normal View History

2024-08-05 03:15:41 +03:00
#include "app/browser.h"
2024-08-04 19:45:28 +03:00
2024-08-08 14:06:34 +03:00
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
2024-08-04 19:45:28 +03:00
int main(
int argc,
2024-08-08 12:44:27 +03:00
char* argv[]
2024-08-04 19:45:28 +03:00
);