blob: 46505a88b40c4b7453c7178e8003257e92f7ff94 [file] [log] [blame]
#include "ikvm_video.hpp"
namespace ikvm
{
Video::Video(const std::string& p, Input& input, int fr) :
height(600), width(800), input(input), path(p)
{
}
Video::~Video()
{
}
} // namespace ikvm