Main Page   Class Hierarchy   Compound List   File List   Compound Members  

main.hpp

00001 #ifndef MAIN_HPP
00002 #define MAIN_HPP
00003 
00004 #include <SDL/SDL.h>
00005 #include <string>
00006 
00007 
00008 //#define DEFORMING
00009 #define RIGID_VIEWING
00010 //#define BVH_VIEWING
00011 //#define SPRING_TEST
00012 
00013 //#define PARA_GUI_USED
00014 
00015 class fileNotFound {};
00016 
00017 int main(int argc, char* argv[]);
00018 void initGL(int width, int height);
00019 void initSDL(int width, int height);
00021 void update(Uint32 ms);
00022 void draw();
00023 void handleInput(SDL_Event *e);
00024 int mainLoop();
00025 void terminateApp();
00026         
00027 #endif //MAIN_HPP
00028 

Generated on Sat May 10 10:09:36 2003 for volume-src-limited by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002