mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
So far, so good.
This commit is contained in:
@@ -69,6 +69,13 @@ General_Error :: enum {
|
||||
Checksum_Failed,
|
||||
Incompatible_Options,
|
||||
Unimplemented,
|
||||
|
||||
|
||||
/*
|
||||
Memory errors
|
||||
*/
|
||||
Allocation_Failed,
|
||||
Resize_Failed,
|
||||
}
|
||||
|
||||
GZIP_Error :: enum {
|
||||
|
||||
Reference in New Issue
Block a user