diff pytouhou/ui/opengl/backend.pxd @ 636:4fa0a8e7d941

Add a GLFW implementation of gui.Window.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 14 May 2017 20:14:03 +0100
parents 80687f258001
children
line wrap: on
line diff
--- a/pytouhou/ui/opengl/backend.pxd
+++ b/pytouhou/ui/opengl/backend.pxd
@@ -1,5 +1,6 @@
 from pytouhou.lib.opengl cimport GLenum_mode
 
+cdef bint use_glfw
 cdef str profile
 cdef int major
 cdef int minor