ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
Revision: 1.3
Committed: Sat Apr 8 13:36:25 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.2: +8 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 #include "EXTERN.h"
2 #include "perl.h"
3 #include "XSUB.h"
4
5 #include <SDL.h>
6 #include <SDL_opengl.h>
7 #include <SDL_image.h>
8
9 MODULE = Crossfire::Client PACKAGE = Crossfire::Client
10
11 char *
12 gl_extensions ()
13 CODE:
14 RETVAL = glGetString (GL_EXTENSIONS);
15 OUTPUT:
16 RETVAL
17
18