aboutsummaryrefslogtreecommitdiff
path: root/includes/guibench.h
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-20 01:38:30 +0100
committerhwspeedy <ns@bigbear.dk>2024-03-20 01:38:30 +0100
commitf7534df1cdb6282cedf5a0c69b9cccda1213645d (patch)
tree35c9af4779b2bc58be9c0d14157996f5fb24c26d /includes/guibench.h
parent9c6d189195034b787f9e04e0e36e5fcd252cd853 (diff)
FIX New cairo GPU drawing - just for fun & history - numbers are bogos
Diffstat (limited to 'includes/guibench.h')
-rw-r--r--includes/guibench.h4
1 files changed, 2 insertions, 2 deletions
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__ */