aboutsummaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/error.h b/error.h
index bd2dbd4..1065dcc 100644
--- a/error.h
+++ b/error.h
@@ -6,7 +6,8 @@ typedef enum {
error_file_not_found,
error_out_of_memory,
error_invalid_asset,
- error_gameplay_error
+ error_gameplay_error,
+ error_sound_error
} Error;
#endif