boinc/api/x_opengl.h

17 lines
210 B
C

#ifndef BOINC_X_OPENGL_H
#define BOINC_X_OPENGL_H
#ifdef __cplusplus
extern "C" {
#endif
extern int xwin_glut_is_initialized();
#ifdef __cplusplus
}
#endif
extern void xwin_graphics_event_loop();
#endif