ui.h 524 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /**
  2. * @file ui.h
  3. *
  4. */
  5. #ifndef UI_OUTER_H
  6. #define UI_OUTER_H
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. /*********************
  11. * INCLUDES
  12. *********************/
  13. #include "src/ui.h"
  14. /*********************
  15. * DEFINES
  16. *********************/
  17. /**********************
  18. * TYPEDEFS
  19. **********************/
  20. /**********************
  21. * GLOBAL PROTOTYPES
  22. **********************/
  23. /**********************
  24. * MACROS
  25. **********************/
  26. #ifdef __cplusplus
  27. } /*extern "C"*/
  28. #endif
  29. #endif /*UI_OUTER_H*/