main.h
Go to the documentation of this file.00001
00004
00005
00006
00007
#ifndef _MAIN_H_
00008 #define _NAIN_H_
00009
00010
00011
#ifdef _WIN32
00012
#pragma comment(lib, "OpenGL32.lib")
00013
#pragma comment(lib, "GLUI32.lib")
00014
#pragma comment(lib, "GLUT32.lib")
00015
#pragma comment(lib, "GLU32.lib")
00016
#endif
00017
00018
00019
00020
00021
#include <windows.h>
00022
#include <GL/glut.h>
00023
#include <GL/glui.h>
00024
00025
00026
00027
#include <stdio.h>
00028
#include <stdlib.h>
00029
#include <iostream>
00030
00031
00032
using std::cout;
00033
using std::endl;
00034
using std::cerr;
00035
00036
00037 extern bool is_animation_running_;
00038 extern GLuint
num_iterations_;
00039
00040
#endif // _NAIN_H_
00041
00042
Generated on Mon Jun 14 12:48:56 2004 for InfoVis by
1.3.7