diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-07-01 08:00:00 +0000 |
| commit | 5e0e9b99dc3fc0ecd49d929db0d57c784b66f481 (patch) | |
| tree | e779b5a6edddbb949b7990751b12d6f25304ba86 /games/hack/def.func_tab.h | |
| parent | a16f65c7d117419bd266c28a1901ef129a337569 (diff) | |
Diffstat (limited to 'games/hack/def.func_tab.h')
| -rw-r--r-- | games/hack/def.func_tab.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/hack/def.func_tab.h b/games/hack/def.func_tab.h deleted file mode 100644 index 63f74d2ef618..000000000000 --- a/games/hack/def.func_tab.h +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* def.func_tab.h - version 1.0.2 */ - -struct func_tab { - char f_char; - int (*f_funct)(); -}; - -extern struct func_tab cmdlist[]; - -struct ext_func_tab { - char *ef_txt; - int (*ef_funct)(); -}; - -extern struct ext_func_tab extcmdlist[]; |
