00001 /* 00002 * spl/spl_scanner.h 00003 * 00004 * Lexical analyzer for scene programming language. 00005 * 00006 * Copyright (c) 2003--2004 by Wolfgang Wieser ] wwieser (a) gmx <*> de [ 00007 * 00008 * This file may be distributed and/or modified under the terms of the 00009 * GNU General Public License version 2 as published by the Free Software 00010 * Foundation. 00011 * 00012 * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00013 * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00014 * 00015 */ 00016 00017 #ifndef _SPL_SPL_SCANNER_H_ 00018 #define _SPL_SPL_SCANNER_H_ 1 00019 00020 00021 00022 #endif /* _SPL_SPL_SCANNER_H_ */