aboutsummaryrefslogtreecommitdiffstats
path: root/examples/common/alhelpers.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-27 10:41:07 -0800
committerChris Robinson <[email protected]>2018-11-27 12:11:11 -0800
commit3f745be1dc4df7ffeec89f1d90af41e139fb49db (patch)
tree9a37b5cc42bd0dbfdb4f59b9f4bd6cef81f1fc02 /examples/common/alhelpers.h
parentff6dda06ad66d71d4178bfa2aee282abe6c3ec23 (diff)
Return a signed integer from altime_get
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