summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphBase
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2024-06-26 22:50:12 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2024-06-26 22:50:12 -0700
commit1d5c9da99bd601dc7dbcc1cd8817c1fe4d0beac3 (patch)
tree9082e7f0baba1d538a795b73ce19f4e088ed595d /include/JSystem/J3DGraphBase
parentabe7439e009ff97b9944442577700b7906bcb8c3 (diff)
m_do_ext work
also jsys documentation
Diffstat (limited to 'include/JSystem/J3DGraphBase')
-rw-r--r--include/JSystem/J3DGraphBase/J3DSys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DSys.h b/include/JSystem/J3DGraphBase/J3DSys.h
index 1b192c86..73257ed1 100644
--- a/include/JSystem/J3DGraphBase/J3DSys.h
+++ b/include/JSystem/J3DGraphBase/J3DSys.h
@@ -7,6 +7,7 @@
// Perhaps move to a new J3DEnum.h?
enum J3DError {
J3DErrType_Success = 0,
+ J3DErrType_Locked = 2,
J3DErrType_OutOfMemory = 4,
};