repo.or.cz
/
io.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Addons updated to new doc format
[io.git]
/
addons
/
OpenGL
/
source
/
IoOpenGL.h
blob
f2abb0b83f391e7e4029dfdab5b9a46aa6fada54
1
/*
2
//metadoc copyright Steve Dekorte 2002
3
*/
4
//metadoc license BSD revised
5
*/
6
7
#ifndef IOGL_DEFINED
8
#define IOGL_DEFINED 1
9
10
#include
"IoObject.h"
11
12
#include
"GLIncludes.h"
13
14
typedef
IoObject IoGL
;
15
16
IoObject
*
IoOpenGL_proto
(
void
*
state
);
17
18
#endif