summaryrefslogtreecommitdiff
path: root/devtools/swigwin-1.3.34/Lib/swigerrors.swg
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /devtools/swigwin-1.3.34/Lib/swigerrors.swg
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'devtools/swigwin-1.3.34/Lib/swigerrors.swg')
-rw-r--r--devtools/swigwin-1.3.34/Lib/swigerrors.swg16
1 files changed, 16 insertions, 0 deletions
diff --git a/devtools/swigwin-1.3.34/Lib/swigerrors.swg b/devtools/swigwin-1.3.34/Lib/swigerrors.swg
new file mode 100644
index 0000000..32857c4
--- /dev/null
+++ b/devtools/swigwin-1.3.34/Lib/swigerrors.swg
@@ -0,0 +1,16 @@
+/* Errors in SWIG */
+#define SWIG_UnknownError -1
+#define SWIG_IOError -2
+#define SWIG_RuntimeError -3
+#define SWIG_IndexError -4
+#define SWIG_TypeError -5
+#define SWIG_DivisionByZero -6
+#define SWIG_OverflowError -7
+#define SWIG_SyntaxError -8
+#define SWIG_ValueError -9
+#define SWIG_SystemError -10
+#define SWIG_AttributeError -11
+#define SWIG_MemoryError -12
+#define SWIG_NullReferenceError -13
+
+