#ifndef __VIDEO_H__ #define __VIDEO_H__ #include "player.h" int open_video(player_stat_t *is); #endif