Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

little_lib.h

Go to the documentation of this file.
00001 #ifndef little_lib_h
00002 #define little_lib_h
00003 
00006 #ifdef HAVE_CONFIG_H
00007 #  include <config.h>
00008 #endif
00009 
00010 #ifdef HAVE_IXLIB
00011 
00012 class Precompiler;
00013 
00014 namespace Little {
00015 
00016   class Interpreter;
00017 
00018   void add_environment( Interpreter* ip,  Precompiler& precompiler );
00019   void add_io_functions( Interpreter* ip );
00020 
00021 } // namspace Little
00022 
00023 #endif // HAVE_IXLIB
00024 
00025 #endif

Generated on Tue Nov 20 02:19:52 2001 for Leo<HTML> by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001