basic application support

This commit is contained in:
Ken Van Hoeylandt
2023-12-25 17:53:58 +01:00
parent 7886d5c2f9
commit e6525364c6
21 changed files with 341 additions and 122 deletions
+5
View File
@@ -2,5 +2,10 @@
#define NANOBAKE_H
#include "nb_platform.h"
#include "nb_app.h"
extern void nanobake_run(nb_platform_config_t _Nonnull * config);
//extern nb_app_config_t[32] nanobake_apps(nb_app_config_t app_configs, ...);
#endif //NANOBAKE_H