comparison anagram/agcore/cf-defs.h @ 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 1993-2002 Parsifal Software. All Rights Reserved.
4 *
5 * cf-defs.h - Configuration file module defs
6 */
7
8 #ifndef CF_DEFS_H
9 #define CF_DEFS_H
10
11 class AgString; // from agstring.h
12
13 void read_config(const AgString);
14
15 #endif /* CF_DEFS_H */