2023-12-28 13:07:01 +01:00

14 lines
160 B
C

#pragma once
#include "nb_app.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const char* nb_app_type_to_string(AppType type);
#ifdef __cplusplus
}
#endif