reader_about.h.svn-base
上传用户:holyzs
上传日期:2022-06-29
资源大小:2335k
文件大小:0k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. #ifndef __READER_ABOUT_H__
  2. #define __READER_ABOUT_H__ 1
  3. #include <reader_types.h>
  4. //show reader about info in given screen
  5. void reader_about_info(screen_t screen);
  6. void reader_about_show_magic(void);
  7. void reader_about_hide_magic(void);
  8. #endif