mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 00:33:09 +00:00
e5c2e8e5d7
by @clipboard1 https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion/pull/13/files
13 lines
175 B
C
13 lines
175 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define WIFI_MARAUDER_APP_VERSION "v0.3.5"
|
|
|
|
typedef struct WifiMarauderApp WifiMarauderApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|