unliberios.h 277 B

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