1 /*
2  * File:         scripting_entry.h
3  *
4  * Description:  header for s_e.c
5  *
6  *
7  * This source code is part of kludge3d, and is released under the
8  * GNU General Public License.
9  *
10  *
11  */
12 
13 
14 
15 #ifndef SCRIPTING_ENTRY_H
16 #define SCRIPTING_ENTRY_H
17 
18 #include <gtk/gtk.h>
19 
20 GtkWidget * create_scripting_entry( void ) ;
21 
22 #endif
23