summaryrefslogtreecommitdiff
path: root/src/cli_comm.hpp
blob: 6ae53edc01751c443773556fa85de269c0e4bd15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "h-basic.h"

/**
 * A structure for CLI commands.
 */
struct cli_comm
{
	cptr comm;	/* Extended name of the command. */
	cptr descrip;	/* Description of the command. */
	s16b key;	/* Key to convert command to. */
};