Revert "removed dupe app"

This reverts commit 190b09b48b.
This commit is contained in:
RogueMaster
2022-10-26 17:40:02 -04:00
parent 42a409f6ac
commit b54dc4727c
16 changed files with 1388 additions and 1 deletions

View File

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