mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
by @clipboard1 https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion/pull/13/files
14 lines
175 B
C
14 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
|