Mercurial > touhou
diff pytouhou/ui/background.pxd @ 468:feecdb4a8928
Add “except *” to cdef void functions, and type some more.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 12 Sep 2013 15:47:08 +0200 |
parents | 6e733ed817bd |
children |
line wrap: on
line diff
--- a/pytouhou/ui/background.pxd +++ b/pytouhou/ui/background.pxd @@ -13,5 +13,5 @@ cdef class BackgroundRenderer: cdef unsigned int use_fixed_pipeline, vbo cdef object background - cdef void render_background(self) - cdef void load(self, background) + cdef void render_background(self) except * + cdef void load(self, background) except *