c6789ece7b
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
5 lines
99 B
C++
5 lines
99 B
C++
#pragma once
|
|
|
|
#include <functional>
|
|
|
|
void VideoBenchmark(std::function<void()> VideoRedrawScreen);
|