Files
2025-12-03 11:12:34 +08:00

13 lines
179 B
C

#ifndef _PC_H_
#define _PC_H_
#include "system/event.h"
#include "music/music_player.h"
struct app_mode *app_enter_pc_mode(int arg);
int pc_app_msg_handler(int *msg);
#endif