File: gnplayer.h

package info (click to toggle)
glhack 1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,748 kB
  • sloc: ansic: 208,571; cpp: 13,139; yacc: 2,005; makefile: 1,152; lex: 377; sh: 121; awk: 89; sed: 11
file content (10 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
/*	SCCS Id: @(#)gnplayer.h	3.4	2000/07/16	*/
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed.  See license for details. */

#ifndef GnomeHackPlayerSelDialog_h
#define GnomeHackPlayerSelDialog_h

int ghack_player_sel_dialog(const char **, const gchar*, const gchar*);

#endif /* GnomeHackPlayerSelDialog_h */