12 lines
199 B
C++
12 lines
199 B
C++
|
#ifndef _moviedata__hpp__included__
|
||
|
#define _moviedata__hpp__included__
|
||
|
|
||
|
#include "moviefile.hpp"
|
||
|
|
||
|
//Our movie file.
|
||
|
extern struct moviefile our_movie;
|
||
|
|
||
|
std::vector<char>& get_host_memory();
|
||
|
|
||
|
#endif
|