diff pytouhou/ui/renderer.pxd @ 456:cae1ae9de430

Add native text support, MSG instructions 3 and 8, and text at the beginning of a stage.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 16 Jul 2013 21:11:40 +0200
parents d56536ef28e8
children 1b56d62250ab
line wrap: on
line diff
--- a/pytouhou/ui/renderer.pxd
+++ b/pytouhou/ui/renderer.pxd
@@ -16,3 +16,4 @@ cdef class Renderer:
     cdef PyObject *elements[640*3]
 
     cpdef render_elements(self, elements)
+    cpdef render_quads(self, rects, colors, texture)