Yoda/src/main.hpp

8 lines
129 B
C++
Raw Normal View History

#include <glibmm.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
);