Prepairing for C++ integration.

This commit is contained in:
curt
1998-04-21 17:03:45 +00:00
parent 9d504a9e19
commit e5efd5bf69
14 changed files with 152 additions and 16 deletions

View File

@@ -2,6 +2,11 @@
#define _XGL_H
#ifdef __cplusplus
extern "C" {
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#include <stdio.h>
@@ -826,4 +831,10 @@ void xglPrioritizeTexturesEXT ( GLsizei n, GLuint *textures, GLclampf *pri
#endif
#ifdef __cplusplus
}
#endif
#endif /* _XGL_H */