summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-13 23:46:14 +1000
committerquou <quou@disroot.org>2024-07-13 23:46:31 +1000
commitd7160d62b5d78e9191b4d61d7f491deb728cb478 (patch)
tree0bbb087df0fa32b2e47f00d8fc602f4921eec5a7 /error.h
parenta43eb70ebe7844db0a4ffece47c22ae12384781b (diff)
Model loading and basic lighting.
Diffstat (limited to 'error.h')
-rw-r--r--error.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/error.h b/error.h
index 8ef761b..c4e595d 100644
--- a/error.h
+++ b/error.h
@@ -5,7 +5,9 @@ typedef enum {
error_none,
error_assertion_failed,
error_platform_error,
- error_out_of_memory
+ error_out_of_memory,
+ error_file_not_found,
+ error_invalid_asset
} Error;
#endif