blob: f5026aab467c2b7bde1c4a51e7f16fc3fe1afbb5 (
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
|
/*
* Ivy, C interface
*
* Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Main loop based on the GTK Toolkit
*
* Authors: François-Régis Colin <fcolin@cena.fr>
*
* $Id$
*
* Please refer to file version.h for the
* copyright notice regarding this software
*/
#ifndef IVYGLIBLOOP_H
#define IVYGLIBLOOP_H
#ifdef __cplusplus
extern "C" {
#endif
#include "ivychannel.h"
#ifdef __cplusplus
}
#endif
#endif /* IVYGLIBLOOP_H */
|