textui.h 93 B

12345678
  1. #pragma once
  2. /**
  3. * @brief 初始化text ui框架
  4. *
  5. * @return int
  6. */
  7. int textui_init();