1234567891011121314151617 |
- //
- // topangadetect.h
- // electra
- //
- // Created by CoolStar on 2/12/18.
- // Copyright © 2018 Electra Team. All rights reserved.
- //
- #ifndef topangadetect_h
- #define topangadetect_h
- #include <stdbool.h>
- bool topangaInstalled(void);
- #endif /* topangadetect_h */
|