Moved the assets folder into the git repo and some other stuff too

This commit is contained in:
2024-01-04 22:41:01 +02:00
parent 35a53b21cf
commit f17e540f68
15 changed files with 11 additions and 563 deletions

View File

@ -1,6 +0,0 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}