mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 20:01:54 +03:00
f4cc9e5de7
if author want their plugin to be removed - create issue, thanks
12 lines
131 B
C
12 lines
131 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct WifiMarauderApp WifiMarauderApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|