#include "app.h" int main(int argc, char* argv[]) { App_t app; App_Init(&app); App_Run(&app); App_Shutdown(&app); return 0; }