topangadetect.h 265 B

1234567891011121314151617
  1. //
  2. // topangadetect.h
  3. // electra
  4. //
  5. // Created by CoolStar on 2/12/18.
  6. // Copyright © 2018 Electra Team. All rights reserved.
  7. //
  8. #ifndef topangadetect_h
  9. #define topangadetect_h
  10. #include <stdbool.h>
  11. bool topangaInstalled(void);
  12. #endif /* topangadetect_h */