~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid-updates

« back to all changes in this revision

Viewing changes to gnobots2/keyboard.h

  • Committer: Package Import Robot
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2002-02-15 20:12:21 UTC
  • Revision ID: package-import@ubuntu.com-20020215201221-pntf81dxhsatz4qy
Tags: upstream-1.4.0.3
ImportĀ upstreamĀ versionĀ 1.4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef KEYBOARD_H
 
2
#define KEYBOARD_H
 
3
 
 
4
 
 
5
/**********************************************************************/
 
6
/* Exported functions                                                 */
 
7
/**********************************************************************/
 
8
gchar* keyboard_string(gint);
 
9
gint   keyboard_preferred(gint);
 
10
void   keyboard_set(gint*);
 
11
gint   keyboard_cb(GtkWidget*, GdkEventKey*, gpointer);
 
12
/**********************************************************************/
 
13
 
 
14
 
 
15
#endif /* KEYBOARD_H */