summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/OSErr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/OSErr.hpp')
-rw-r--r--Private/KernelKit/OSErr.hpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/Private/KernelKit/OSErr.hpp b/Private/KernelKit/OSErr.hpp
deleted file mode 100644
index 62916959..00000000
--- a/Private/KernelKit/OSErr.hpp
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * ========================================================
- *
- * HCore
- * Copyright Mahrouss Logic, all rights reserved.
- *
- * ========================================================
- */
-
-#pragma once
-
-#include <NewKit/Defines.hpp>
-
-namespace HCore {
-typedef Int32 OSErr;
-
-inline constexpr OSErr kErrorExecutable = 33;
-inline constexpr OSErr kErrorExecutableLib = 34;
-inline constexpr OSErr kErrorFileNotFound = 35;
-inline constexpr OSErr kErrorDirectoryNotFound = 36;
-inline constexpr OSErr kErrorDiskReadOnly = 37;
-inline constexpr OSErr kErrorDiskIsFull = 38;
-inline constexpr OSErr kErrorProcessFault = 39;
-inline constexpr OSErr kErrorSocketHangUp = 40;
-inline constexpr OSErr kErrorThreadLocalStorage = 41;
-inline constexpr OSErr kErrorMath = 42;
-inline constexpr OSErr kErrorNoNetwork = 43;
-inline constexpr OSErr kErrorHeapOutOfMemory = 44;
-} // namespace HCore