diff options
author | quou <quou@disroot.org> | 2023-05-07 17:09:58 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 17:09:58 +1000 |
commit | 955f6ae56cdd3b20eabb44e7c9b931bdb17c2b3e (patch) | |
tree | 62f5dc92a675a5fdc48a0474d11d229cb5f2780d /error.h | |
parent | 1867e71ac2870f904e0856fd3b093abed6e8a58b (diff) |
Basic music and sound.
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |