log pytouhou/ui/opengl/sprite.pxd @ 734:7886a1a5d226

age author description
Sat, 10 May 2014 22:20:22 +0200 Emmanuel Gil Peyrot Fix warnings introduced in Cython 0.20, when more than one pointer is defined on the same line.
Thu, 19 Dec 2013 21:55:26 +0100 Emmanuel Gil Peyrot Don’t put back the rendering data into a tuple, use a specialised struct inside Sprite to pass it to the renderer.
Thu, 05 Dec 2013 20:40:11 +0100 Emmanuel Gil Peyrot Remove some useless optimisations now that cython does them for us.