aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/obj_clas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparsec/include/obj_clas.h')
-rw-r--r--src/libparsec/include/obj_clas.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/libparsec/include/obj_clas.h b/src/libparsec/include/obj_clas.h
new file mode 100644
index 0000000..735fd72
--- /dev/null
+++ b/src/libparsec/include/obj_clas.h
@@ -0,0 +1,20 @@
+/*
+ * PARSEC HEADER: obj_clas.h
+ */
+
+#ifndef _OBJ_CLAS_H_
+#define _OBJ_CLAS_H_
+
+
+// external functions
+
+GenObject* OBJ_FetchObjectClass( const char *classname );
+dword OBJ_FetchObjectClassId( const char *classname );
+GenObject* OBJ_ReacquireObjectClass( dword *classid, const char *classname );
+
+void OBJ_InitClass( dword classid );
+
+
+#endif // _OBJ_CLAS_H_
+
+