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
board.h: Comments refactored into doxygen form.
[mines3d.git]
/
opengl
/
main.c
blob
b10aeb498ff7786a0a283e25185347bff5cf727f
1
2
#include
"runGlutMainLoop.h"
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
runGlutMainLoop
(
5
,
5
,
5
);
7
8
return
0
;
9
}
10
11
12
13
14
15
16
17
18
19