summaryrefslogtreecommitdiff
path: root/src/ivyglutloop.h
blob: 53437d6bdf0e53e7ad55ef76ce16a4c9fbc84f00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*
 *	Ivy, C interface
 *
 *	Copyright (C) 1997-1999
 *	Centre d'Études de la Navigation Aérienne
 *
 * 	Main loop based on GLUT ( OpenGL ) Toolkit
 *
 *	Authors: François-Régis Colin <colin@cena.fr>
 *		 Stéphane Chatty <chatty@cena.fr>
 *
 *	$Id$
 * 
 *	Please refer to file version.h for the
 *	copyright notice regarding this software
 */

#ifndef IVYGLUTLOOP_H
#define IVYGLUTLOOP_H

#ifdef __cplusplus
extern "C" {
#endif

#include <GL/Glut.h>


#include "ivychannel.h"

#ifdef __cplusplus
}
#endif

#endif