Files
Horizon-OC-pro/Source/Benchmark-Toolbox/source/furmark/run_furmark.h
souldbminersmwc 4a5e889c40 benchmark-toolbox: add benchmark-toolbox
a unified benchmarking tool
2026-06-07 21:10:53 -04:00

14 lines
178 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void run_furmark_start(int which);
void run_furmark_stop(void);
int run_furmark_running(void);
#ifdef __cplusplus
}
#endif