Source:Vis tab.c

From NetHackWiki
(Redirected from Vis tab.c)
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.

/* 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.

#include "config.h"
#ifdef VISION_TABLES
#include "vis_tab.h"

#endif /* VISION_TABLES */

/*vis_tab.c*/

If the VISION_TABLES symbol is defined at compile time, makedefs produces a longer form of this file.

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.