dbf-halloween2015

diff src/opengl.h @ 3:c37fe5d8a4ed

windows port
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Nov 2015 06:04:28 +0200
parents 50683c78264e
children
line diff
     1.1 --- a/src/opengl.h	Sun Nov 01 00:51:36 2015 +0200
     1.2 +++ b/src/opengl.h	Sun Nov 01 06:04:28 2015 +0200
     1.3 @@ -10,16 +10,9 @@
     1.4  	int fbo;
     1.5  	int shadow;
     1.6  };
     1.7 +
     1.8  extern struct GLCaps glcaps;
     1.9  
    1.10 -#ifdef __cplusplus
    1.11 -extern "C" {
    1.12 -#endif
    1.13 -
    1.14  int init_opengl();
    1.15  
    1.16 -#ifdef __cplusplus
    1.17 -}
    1.18 -#endif
    1.19 -
    1.20  #endif	/* OPENGL_H_ */