2022-07-29 14:48:51 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2023-03-15 21:00:10 +00:00
|
|
|
#define WIFI_MARAUDER_APP_VERSION "v0.3.1"
|
|
|
|
|
2022-07-29 14:48:51 +00:00
|
|
|
typedef struct WifiMarauderApp WifiMarauderApp;
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|