aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common/alhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common/alhelpers.h')
-rw-r--r--examples/common/alhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common/alhelpers.h b/examples/common/alhelpers.h
index 4193e86f..5caeda38 100644
--- a/examples/common/alhelpers.h
+++ b/examples/common/alhelpers.h
@@ -17,7 +17,7 @@ int InitAL(char ***argv, int *argc);
void CloseAL(void);
/* Cross-platform timeget and sleep functions. */
-unsigned int altime_get(void);
+int altime_get(void);
void al_nssleep(unsigned long nsec);
#ifdef __cplusplus