repo.or.cz
/
mines3d.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
project config: Debug support added.
[mines3d.git]
/
opengl
/
runGlutMainLoop.h
blob
bdac46a5ecdb8351eb1f68d496b1d907ee2a3527
1
//void runGlutMainLoop(int x,int y,int z);
2
3
#ifndef RUN_GLUT_MAIN_LOOP_H
4
#define RUN_GLUT_MAIN_LOOP_H
5
6
void
*
runGlutMainLoop
(
void
*
args
);
7
8
#endif