aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/ro_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/ro_obj.h')
-rw-r--r--src/parsec/include/ro_obj.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/parsec/include/ro_obj.h b/src/parsec/include/ro_obj.h
new file mode 100644
index 0000000..40bab9c
--- /dev/null
+++ b/src/parsec/include/ro_obj.h
@@ -0,0 +1,19 @@
+/*
+ * PARSEC HEADER: ro_obj.h
+ */
+
+#ifndef _RO_OBJ_H_
+#define _RO_OBJ_H_
+
+
+// ro_obj.c implements the following functions
+// -------------------------------------------
+// void R_RenderObject( GenObject *objectp );
+// void R_ReCalcAndRenderObject( GenObject *objectp, const Camera camera );
+// void R_DrawWorld( const Camera camera );
+// void R_DirectObjectRendering( int flags );
+
+
+#endif // _RO_OBJ_H_
+
+