Search
lxdream.org :: lxdream/src/pvr2/glutil.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/glutil.h
changeset 736:a02d1475ccfd
prev687:6bdc2b7032ea
next1066:ddffe9d2b332
author nkeynes
date Thu Sep 11 22:51:24 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Completely untested render-to-texture work in progress
file annotate diff log raw
1.1 --- a/src/pvr2/glutil.h Sat Jun 14 11:54:15 2008 +0000
1.2 +++ b/src/pvr2/glutil.h Thu Sep 11 22:51:24 2008 +0000
1.3 @@ -22,6 +22,10 @@
1.4 #include <stdio.h>
1.5 #include "display.h"
1.6
1.7 +#ifdef __cplusplus
1.8 +extern "C" {
1.9 +#endif
1.10 +
1.11 /**
1.12 * Test if a specific extension is supported. From opengl.org
1.13 * @param extension extension name to check for
1.14 @@ -52,4 +56,8 @@
1.15 extern const char *glsl_vertex_shader_src;
1.16 extern const char *glsl_fragment_shader_src;
1.17
1.18 +#ifdef __cplusplus
1.19 +}
1.20 +#endif
1.21 +
1.22 #endif /* !lxdream_glutil_H */
.