Files
Horizon-OC-pro/Source/Benchmark-Toolbox/source/furmark/run_furmark.h
2026-06-11 19:19:46 -04:00

16 lines
240 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);
float run_furmark_fps(void);
float run_furmark_cpu_fps(void);
#ifdef __cplusplus
}
#endif