mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Add a picture viewer
Change-Id: I35dd150f415119e80f7463515a70e2d9bd058a14
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
#include "graph/graph_app.h"
|
||||
|
||||
#define USE_PIC_VIEW_APP 0
|
||||
#if USE_PIC_VIEW_APP
|
||||
#include "picview/picview_app.h"
|
||||
#endif
|
||||
|
||||
void ion_app() {
|
||||
#if USE_PIC_VIEW_APP
|
||||
PicViewApp picViewApp = PicViewApp();
|
||||
picViewApp.run();
|
||||
#endif
|
||||
GraphApp graphApp = GraphApp();
|
||||
graphApp.run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user