view src/projectm/video_init.h @ 2568:92f6d0503c04

- Print the EOF status in _feof()
author Ralf Ertzinger <ralf@skytale.net>
date Fri, 16 May 2008 14:43:59 +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);