m_do_ext work

also jsys documentation
This commit is contained in:
Jasper St. Pierre
2024-06-26 22:50:12 -07:00
parent abe7439e00
commit 1d5c9da99b
10 changed files with 635 additions and 302 deletions
+1
View File
@@ -7,6 +7,7 @@
// Perhaps move to a new J3DEnum.h?
enum J3DError {
J3DErrType_Success = 0,
J3DErrType_Locked = 2,
J3DErrType_OutOfMemory = 4,
};