aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/GPU3D.h b/GPU3D.h
index 19356d8..d65fa9a 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -53,6 +53,17 @@ void Write8(u32 addr, u8 val);
void Write16(u32 addr, u16 val);
void Write32(u32 addr, u32 val);
+namespace SoftRenderer
+{
+
+bool Init();
+void DeInit();
+void Reset();
+
+void RenderFrame(Vertex* vertices, Polygon* polygons, int npolys);
+
+}
+
}
#endif