diff options
| author | tslil clingman <> | 2021-10-30 16:54:03 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-30 16:56:41 -0400 |
| commit | 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 (patch) | |
| tree | 38cbaff4f606689a149865d5708dadac47ee43db /src/sfml/sfml_errors.zig | |
| parent | 48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff) | |
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'src/sfml/sfml_errors.zig')
| -rw-r--r-- | src/sfml/sfml_errors.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sfml/sfml_errors.zig b/src/sfml/sfml_errors.zig deleted file mode 100644 index d09da43..0000000 --- a/src/sfml/sfml_errors.zig +++ /dev/null @@ -1,3 +0,0 @@ -//! Errors for the wrapper - -pub const Error = error{ nullptrUnknownReason, windowCreationFailed, resourceLoadingError, notEnoughData, areaDoesNotFit, outOfBounds, savingInFileFailed }; |
