Mercurial > touhou
diff pytouhou/ui/window.pxd @ 503:c622eaf64428
Optimize GameRunner some more, fix replay, and remove Window dependency in Renderer.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 04 Oct 2013 14:27:11 +0200 |
parents | 2276229282fd |
children | b39ad30c6620 |
line wrap: on
line diff
--- a/pytouhou/ui/window.pxd +++ b/pytouhou/ui/window.pxd @@ -1,4 +1,5 @@ from pytouhou.lib cimport sdl +from .gamerenderer cimport GameRenderer cdef class Clock: @@ -22,7 +23,6 @@ cdef class Runner: cdef class Window: cdef sdl.Window win cdef long fps_limit - cdef public long x, y, width, height cdef public bint use_fixed_pipeline cdef Runner runner cdef Clock clock