Source:Vis tab.c

From NetHackWiki
Revision as of 22:54, 26 August 2006 by Jayt (talk | contribs) (importing source file; some annotations. i don't understand the purpose of this file...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Below is the full text to src/vis_tab.c from NetHack 3.4.3. To link to a particular line, write [[vis_tab.c#line123]], for example.

1.    /* This source file is generated by 'makedefs'.  Do not edit. */

A clean distribution of NetHack does not include this file. It is generated at compile time.

2.    #include "config.h"
3.    #ifdef VISION_TABLES
4.    #include "vis_tab.h"
5.    
6.    #endif /* VISION_TABLES */
7.    
8.    /*vis_tab.c*/

The NetHack General Public License applies to screenshots, source code and other content from NetHack.

This content was modified from the original NetHack source code distribution (by splitting up NetHack content between wiki pages, and possibly further editing). See the page history for a list of who changed it, and on what dates.