diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/glut.H | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ FL_EXPORT void glutInitWindowSize(int w, int h); FL_EXPORT void glutMainLoop(); +FL_EXPORT int glutCreateWindow(char *title); FL_EXPORT int glutCreateWindow(const char *title); FL_EXPORT int glutCreateSubWindow(int win, int x, int y, int width, int height); |
