mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
14 lines
160 B
C
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
|