Mercurial > touhou
annotate pytouhou/ui/sprite.pxd @ 453:17a7f3b028f3
Raise an exception if GL context creation fails instead of failing silently.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Fri, 30 Aug 2013 23:32:36 +0200 |
parents | 723a3e67a223 |
children |
rev | line source |
---|---|
439
723a3e67a223
Make pytouhou.game.sprite an extension type.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
205
diff
changeset
|
1 from pytouhou.game.sprite cimport Sprite |
723a3e67a223
Make pytouhou.game.sprite an extension type.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
205
diff
changeset
|
2 |
723a3e67a223
Make pytouhou.game.sprite an extension type.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
205
diff
changeset
|
3 cpdef object get_sprite_rendering_data(Sprite sprite) |