Welcome to mirror list, hosted at ThFree Co, Russian Federation.

video_timer.cpp « platform - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 288534d04a6560e9dcab5efa633c9f5e2f5ee39b (plain)
1
2
3
4
#include "video_timer.hpp"

VideoTimer::VideoTimer(TFrameFn fn) : m_frameFn(fn)
{}