fsTXT.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. #include "global.h"
  2. #include "fsGUI1.h"
  3. #include "fs96602.h"
  4. #include "osd.h"
  5. #include "fsGUI.h"
  6. #include "func.h"
  7. #include "util.h"
  8. #include "emuio.h"
  9. #ifdef  SUPPORT_FILE_SYSTEM_MODE
  10. #define SCROLL_BAR_X    328  // x-axis of left-up corner
  11. #define SCROLL_BAR_Y    40   // y-axis of left-up corner
  12. UINT32 fsTXT_callback_check(UINT32);
  13. void FS_TXTMainLoop(UINT32, UINT32);
  14. UINT32 parse_file(UINT8);
  15. #endif