File: g_interface.h

package info (click to toggle)
gbatnav 1.0.4cvs20051004-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 4,780 kB
  • sloc: ansic: 14,122; sh: 11,667; makefile: 643; yacc: 288; xml: 42; sed: 16
file content (13 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$Id: g_interface.h,v 1.1.1.1 2000/02/13 00:56:46 riq Exp $	*/

#ifndef __BN_G_INTERFACE_H__
#define __BN_G_INTERFACE_H__

#include <stdarg.h>
#include "protocol.h"

void init_screen();

void say_in_clist( gint, gint, gchar *);

#endif /* __BN_G_INTERFACE_H__ */