hlx.h 194 B

12345678910111213141516
  1. /*
  2. * hlx.h
  3. *
  4. * Created on: 2025Äê8ÔÂ22ÈÕ
  5. * Author: ÁúÈýÀÉ
  6. */
  7. #ifndef CODE_HLX_HLX_H_
  8. #define CODE_HLX_HLX_H_
  9. void HlxInit(void);
  10. void HlxMain(void);
  11. #endif /* CODE_HLX_HLX_H_ */