view src/projectm/video_init.h @ 3144:de2f796d6f04

crossfade: fix preprocessor conditional compilation
author Michal Lipski <tallica@o2.pl>
date Sat, 09 May 2009 18:06:58 +0200
parents bc3bae2880ec
children
line wrap: on
line source

 void setup_opengl( int w, int h );
 void init_display( int w, int h, int fullscreen );
 

void CreateRenderTarget(int texsize,int *RenderTargetTextureID, int *RenderTarget);