view src/projectm/video_init.h @ 1532:d19b625f9144

- continued German translation - updated adplug and console plugins
author mf0102 <0102@gmx.at>
date Sun, 26 Aug 2007 22:45:35 +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);