File: ship.h

package info (click to toggle)
dangen 0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,876 kB
  • sloc: ansic: 49,744; sh: 1,021; yacc: 494; makefile: 273; lex: 142
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
/* $Id: ship.h,v 1.8 2005/06/30 15:07:50 oohara Exp $ */

#ifndef __DANGEN_SHIP_H__
#define __DANGEN_SHIP_H__

void clear_ship(void);
int add_ship(int delta);
int get_ship(void);

#endif /* not __DANGEN_SHIP_H__ */