#pragma once #include #include #define S_VERSION_APP "0.0.1" #define S_DEVELOPED "anfractuosity" #define S_GITHUB "https://github.com/anfractuosity/flipperscope" typedef enum { ScopeViewVariableItemList, ScopeViewSubmenu, ScopeViewWidget, } ScopeView;