AppleWin/source/linux/benchmark.h
Andrea Odetti c6789ece7b Add benchmark and fix timerID values.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2017-10-14 19:18:44 +01:00

5 lines
99 B
C++

#pragma once
#include <functional>
void VideoBenchmark(std::function<void()> VideoRedrawScreen);