From 0574020490ffae5686b0c75d7753bfbcf2286114 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 19:19:51 -0300 Subject: New upstream version 2.0.17pre --- includes/guibench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/guibench.h') diff --git a/includes/guibench.h b/includes/guibench.h index 16f34218..da223452 100644 --- a/includes/guibench.h +++ b/includes/guibench.h @@ -19,6 +19,6 @@ #ifndef __GUIBENCH_H__ #define __GUIBENCH_H__ -double guibench(void); +double guibench(double *frameTime, int *frameCount); -#endif /* __GUIBENCH_H__ */ \ No newline at end of file +#endif /* __GUIBENCH_H__ */ -- cgit v1.2.3