Difference between revisions of "Source:Hack 1.0/def.func tab.h"

From NetHackWiki
Jump to navigation Jump to search
m (Automated source code upload)
 
 
(No difference)

Latest revision as of 22:06, 3 March 2008

Below is the full text to def.func_tab.h from the source code of Hack 1.0. To link to a particular line, write [[Hack 1.0/def.func_tab.h#line123]], for example.

Warning! This is the source code from an old release. For the latest release, see Source code

Screenshots and source code from Hack are used under the CWI license.

1.    /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
2.    
3.    struct func_tab {
4.    	char f_char;
5.    	int (*f_funct)();
6.    };
7.    
8.    extern struct func_tab list[];