lsnes/moviedata.hpp

12 lines
199 B
C++
Raw Normal View History

#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