#ifndef _moviedata__hpp__included__ #define _moviedata__hpp__included__ #include "moviefile.hpp" //Our movie file. extern struct moviefile our_movie; std::vector& get_host_memory(); #endif