mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +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
|