mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
9 lines
186 B
C
9 lines
186 B
C
typedef void (* rglGlutCommand_f)();
|
|
|
|
void rglGlutCreateThread(int recreatewindows);
|
|
|
|
void rglGlutPostCommand(rglGlutCommand_f c);
|
|
|
|
void rglSwapBuffers();
|
|
|
|
void rglGlutMinimizeWindow();
|