comparison 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
comparison
equal deleted inserted replaced
467:5bb7d2c0ff46 468:feecdb4a8928
11 cdef unsigned short blendfunc, nb_vertices 11 cdef unsigned short blendfunc, nb_vertices
12 cdef Vertex *vertex_buffer 12 cdef Vertex *vertex_buffer
13 cdef unsigned int use_fixed_pipeline, vbo 13 cdef unsigned int use_fixed_pipeline, vbo
14 cdef object background 14 cdef object background
15 15
16 cdef void render_background(self) 16 cdef void render_background(self) except *
17 cdef void load(self, background) 17 cdef void load(self, background) except *