Mercurial > audlegacy-plugins
view src/projectm/video_init.h @ 2651:61763acee0b8
Include audacious/plugin.h to fix a undefined symbol.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 28 May 2008 14:32:59 +0300 |
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);