ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/commandtree.h
(Generate patch)

Comparing ermyth/include/commandtree.h (file contents):
Revision 1.4 by pippijn, Sun Sep 16 18:54:42 2007 UTC vs.
Revision 1.5 by pippijn, Sat Sep 22 14:27:26 2007 UTC

8 * Portions of this file were derived from sources bearing the following license: 8 * Portions of this file were derived from sources bearing the following license:
9 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team 9 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
10 * Copyright © 2005 William Pitcock, et al. 10 * Copyright © 2005 William Pitcock, et al.
11 * Rights to this code are as documented in doc/pod/license.pod. 11 * Rights to this code are as documented in doc/pod/license.pod.
12 * 12 *
13 * $Id: commandtree.h,v 1.4 2007/09/16 18:54:42 pippijn Exp $ 13 * $Id: commandtree.h,v 1.5 2007/09/22 14:27:26 pippijn Exp $
14 */ 14 */
15 15
16#ifndef COMMANDLIST_H 16#ifndef COMMANDLIST_H
17#define COMMANDLIST_H 17#define COMMANDLIST_H
18 18
19#include <vector> 19#include <vector>
20 20
21#include <common/memory.h> 21#include <util/memory.h>
22 22
23struct command_t 23struct command_t
24{ 24{
25 char const * const name; 25 char const * const name;
26 char const * const desc; 26 char const * const desc;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines