Mercurial > ~dholland > hg > ag > index.cgi
comparison anagram/guisupport/wdata.cpp @ 0:13d2b8934445
Import AnaGram (near-)release tree into Mercurial.
author | David A. Holland |
---|---|
date | Sat, 22 Dec 2007 17:52:45 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:13d2b8934445 |
---|---|
1 /* | |
2 * AnaGram, A System for Syntax Directed Programming | |
3 * Copyright 1997-2002 Parsifal Software. All Rights Reserved. | |
4 * See the file COPYING for license and usage terms. | |
5 * | |
6 * wdata.cpp | |
7 */ | |
8 | |
9 #include "wdata.h" | |
10 | |
11 | |
12 /* | |
13 * This should not really be in its own file, even if it's all that | |
14 * wdata.h needs. | |
15 */ | |
16 | |
17 const AgAction AgMenuItem::nullAction; | |
18 |