5 lines
99 B
C++
5 lines
99 B
C++
#pragma once
|
|
|
|
#include <functional>
|
|
|
|
void VideoBenchmark(std::function<void()> VideoRedrawScreen);
|