ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.2 by root, Thu Apr 6 20:00:23 2006 UTC vs.
Revision 1.3 by root, Sat Apr 8 13:36:25 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines