view src/projectm-1.0/video_init.h @ 2018:03a2bb1c521e

Curly vs round braces (part 2)
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Thu, 11 Oct 2007 17:46:49 +0300
parents a6d84a2cfaa7
children 47a4e93ed7ce
line wrap: on
line source

 void setup_opengl( int w, int h );
 void init_display( int w, int h, int *fvw, int *fvh, int fullscreen );
 void resize_display( int w, int h, int fullscreen );
 void close_display();

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