summaryrefslogtreecommitdiff
path: root/src/help.c
blob: d0bdbedfca2d9c7f867a3ae6fd43adb54cdf00ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* File: help.c */

/* Purpose: ingame help */
/*
 * Actually this is now handled by lua,
 * I'll remove this file when I feel un-lazy
 */

/*
 * Copyright (c) 2001 DarkGod
 *
 * This software may be copied and distributed for educational, research, and
 * not for profit purposes provided that this copyright and statement are
 * included in all such copies.
 */

#include "angband.h"

/*
 * Driver for the context-sensitive help system
 */
void ingame_help(bool_ enable)
{}