Main Page   Packages   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

fx.h

Go to the documentation of this file.
00001 /*
00002  * $Id: fx.h,v 1.1 2002/08/06 17:46:30 virtualcasino Exp $
00003  */
00004 #ifndef __VCASINO_FX_H_
00005 #define __VCASINO_FX_H_
00006 #include<SDL.h>
00007 
00008 
00009 void fade_out(SDL_Surface *surf, double inc = 0.01);
00010 void fade_in(SDL_Surface *surf, double inc = 0.01);
00011 void playSound(const char *wav);
00012 bool playFinished();
00013 void drawGrid();
00014 
00015 #endif

Powered by:

SourceForge Logo