12 lines
251 B
C
12 lines
251 B
C
#ifndef NANOBAKE_H
|
|
#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
|