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_ */