Yoda/src/main.h
2024-08-10 09:17:03 +03:00

8 lines
134 B
C

#include "app/browser.h"
const Glib::ustring APPLICATION_ID = "io.github.yggverse.Yoda";
int main(
int argc,
char* argv[]
);