video.h 106 B

123456789
  1. #ifndef __VIDEO_H__
  2. #define __VIDEO_H__
  3. #include "player.h"
  4. int open_video(player_stat_t *is);
  5. #endif