Files
2026-08-13 16:50:52 +08:00

9 lines
160 B
C

#ifndef __LISTENAI_TONE_PACKAGE_H__
#define __LISTENAI_TONE_PACKAGE_H__
enum {
TONE_ID_0 = 0,// 000_geeting.mp3
TONE_ID_1 = 1,// 001_network_suc.mp3
};
#endif