userlogo.h
上传用户:caisangzi8
上传日期:2013-10-25
资源大小:15756k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #ifndef __USERLOGO_H
  2. #define __USERLOGO_H
  3. //#include "memmap.h"
  4. //#include "memmap0.h"
  5. #include "types.h"
  6. UINT8 Is_Jpg_Logo();
  7. UINT8 Is_User_Mpeg_Logo();
  8. void  Change_User_Logo();
  9. void  Fetch_Jpg_Logo();
  10. void  Save_Mpeg_Logo();
  11. void  ShowJpgTitle();
  12. void  ShowMpegTitle();
  13. #endif//__USERLOGO_H