mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
releasing version 2.17-1
git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@11092 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
a.out
|
||||
*.d
|
||||
*.i
|
||||
*.s
|
||||
*.d.tmp
|
||||
trek
|
||||
trek.6
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: getpar.h,v 1.9 2004/01/27 20:30:31 jsm Exp $ */
|
||||
/* $NetBSD: getpar.h,v 1.10 2005/02/15 12:54:50 jsm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@@ -40,6 +40,9 @@ struct cvntab /* used for getcodpar() parameter list */
|
||||
int value2;
|
||||
};
|
||||
|
||||
extern const struct cvntab Skitab[];
|
||||
extern const struct cvntab Lentab[];
|
||||
|
||||
int getintpar(const char *);
|
||||
double getfltpar(const char *);
|
||||
int getynpar(const char *);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $NetBSD: trek.h,v 1.10 2004/01/27 20:30:31 jsm Exp $ */
|
||||
/* $NetBSD: trek.h,v 1.11 2005/02/15 12:54:50 jsm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@@ -205,9 +205,6 @@ struct xy
|
||||
};
|
||||
|
||||
|
||||
extern const struct cvntab Skitab[];
|
||||
extern const struct cvntab Lentab[];
|
||||
|
||||
/*
|
||||
* note that much of the stuff in the following structs CAN NOT
|
||||
* be moved around!!!!
|
||||
|
||||
Reference in New Issue
Block a user