1"""Array-size annotations for OpenGL.raw.GLUT
2
3Automatically generated by the generateraw script, do not edit!
4"""
5from OpenGL.raw import GLUT as raw
6
7from ctypes import *
8from OpenGL import platform, arrays
9from OpenGL.constant import Constant
10from OpenGL.raw.GL import _types as GL_types
11GLvoid = GL_types.GLvoid
12
13STRING = c_char_p
14
15
16
17__all__ = [
18
19]
20