diff pytouhou/ui/opengl/texture.pxd @ 517:dec43940f092

Don’t crash if SDL2_ttf couldn’t render a specific string.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 07 Dec 2013 21:37:55 +0100
parents 5e3e0b09a531
children a6af3ff86612
line wrap: on
line diff
--- a/pytouhou/ui/opengl/texture.pxd
+++ b/pytouhou/ui/opengl/texture.pxd
@@ -9,4 +9,4 @@ cdef class FontManager:
     cdef Font font
     cdef object renderer, texture_class
 
-    cdef void load(self, list labels) except *
+    cdef void load(self, dict labels) except *