mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-08 14:50:11 +00:00
12 lines
131 B
C
12 lines
131 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct WifideautherApp WifideautherApp;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|