diff options
Diffstat (limited to 'includes/guibench.h')
-rw-r--r-- | includes/guibench.h | 4 |
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__ */ |