Mercurial > touhou
comparison pytouhou/lib/sdl.pxd @ 531:a7dc55ad9380
Display important messages in popups, instead of the terminal.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 19 Dec 2013 00:44:18 +0100 |
parents | b39ad30c6620 |
children | 1abb6f7db8cc |
comparison
equal
deleted
inserted
replaced
530:64d9117b9209 | 531:a7dc55ad9380 |
---|---|
120 cdef int mix_volume_music(float volume) nogil | 120 cdef int mix_volume_music(float volume) nogil |
121 cdef Music load_music(const char *filename) | 121 cdef Music load_music(const char *filename) |
122 cdef Chunk load_chunk(file_) | 122 cdef Chunk load_chunk(file_) |
123 cdef Uint32 get_ticks() nogil | 123 cdef Uint32 get_ticks() nogil |
124 cdef void delay(Uint32 ms) nogil | 124 cdef void delay(Uint32 ms) nogil |
125 cpdef int show_simple_message_box(unicode message) |