This commit is contained in:
RogueMaster
2022-10-26 17:04:10 -04:00
parent 226bd3c82b
commit 9f7810cfe3
35 changed files with 1388 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
typedef struct WifideautherApp WifideautherApp;
#ifdef __cplusplus
}
#endif