summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_cpplibrary/src/lib/encode/XBatch.cpp
blob: 8c09d783e7e60ec15fc22264c550f68cb25ca5f1 (plain)
1
2
3
4
5
6
7
#include "XBatch.h"
#include "XBatchImp.h"

std::shared_ptr<XBatch> vagt::encode::XBatch::create()
{
    return std::make_shared<XBatchImp>();
}