blob: 46505a88b40c4b7453c7178e8003257e92f7ff94 [file] [log] [blame]
Eddie James21b177e2018-12-11 13:14:46 -06001#include "ikvm_video.hpp"
2
3namespace ikvm
4{
5
6Video::Video(const std::string& p, Input& input, int fr) :
7 height(600), width(800), input(input), path(p)
8{
9}
10
11Video::~Video()
12{
13}
14
15} // namespace ikvm