Files
Bryce Cole b0d917b05a New Example - Platform Adaptive Example (#121)
* Adding Platform Adaptive Example

* Adding screenshots
2022-10-22 20:13:07 +02:00

7 lines
180 B
C++

#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);
}