mangareader/src/main.c

7 lines
113 B
C

#include <openmg/view/main_view.h>
int main (int argc,
char **argv) {
main_view_run (argc, argv);
}