Files
Upsilon/apps/main.cpp
Émilie Feral dee5f315a9 [apps] Init and quit the app in the "run" method of apps container
Change-Id: I3eb5adedca57fede14c4af67d72cbde697188000
2017-05-23 16:15:35 +02:00

8 lines
93 B
C++

#include "apps_container.h"
AppsContainer container;
void ion_app() {
container.run();
}