mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Split the AppsContainer
Most classes who use AppsContainer don't need to know its whole memory layout. Let's split AppsContainer in two, and only run will use complete version.
This commit is contained in:
committed by
EmilieNumworks
parent
dcbc860b6d
commit
173c0249a2
@@ -1,6 +1,6 @@
|
||||
#include "apps_container.h"
|
||||
#include "apps_container_storage.h"
|
||||
|
||||
AppsContainer container;
|
||||
AppsContainerStorage container;
|
||||
|
||||
void ion_app() {
|
||||
container.run();
|
||||
|
||||
Reference in New Issue
Block a user