Ajout du GUI

This commit is contained in:
thatscringebro
2022-08-08 16:31:52 -04:00
parent db362ccdca
commit abd15f28b6
851 changed files with 99957 additions and 1 deletions

35
kivy/graphics/cgl.h Normal file
View File

@@ -0,0 +1,35 @@
/* Generated by Cython 0.29.28 */
#ifndef __PYX_HAVE__kivy__graphics__cgl
#define __PYX_HAVE__kivy__graphics__cgl
#include "Python.h"
#ifndef __PYX_HAVE_API__kivy__graphics__cgl
#ifndef __PYX_EXTERN_C
#ifdef __cplusplus
#define __PYX_EXTERN_C extern "C"
#else
#define __PYX_EXTERN_C extern
#endif
#endif
#ifndef DL_IMPORT
#define DL_IMPORT(_T) _T
#endif
__PYX_EXTERN_C int verify_gl_main_thread;
#endif /* !__PYX_HAVE_API__kivy__graphics__cgl */
/* WARNING: the interface of the module init function changed in CPython 3.5. */
/* It now returns a PyModuleDef instance instead of a PyModule instance. */
#if PY_MAJOR_VERSION < 3
PyMODINIT_FUNC initcgl(void);
#else
PyMODINIT_FUNC PyInit_cgl(void);
#endif
#endif /* !__PYX_HAVE__kivy__graphics__cgl */