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

tolua_eh.h

Go to the documentation of this file.
00001 /* tolua: error handling
00002 ** Support code for Lua bindings.
00003 ** Written by Waldemar Celes
00004 ** TeCGraf/PUC-Rio
00005 ** Jul 1998
00006 ** $Id: tolua_eh.h,v 1.1.1.1 2000/04/09 12:18:02 mbn Exp $
00007 */
00008 
00009 /* This code is free software; you can redistribute it and/or modify it.
00010 ** The software provided hereunder is on an "as is" basis, and
00011 ** the author has no obligation to provide maintenance, support, updates,
00012 ** enhancements, or modifications.
00013 */
00014 
00015 
00016 
00017 #ifndef tolua_eh_h
00018 #define tolua_eh_h
00019 
00020 void toluaI_eh_set (int narg, char* provided, char* expected);
00021 void toluaI_eh_resetstate (void);
00022 
00023 
00024 #endif

Generated at Wed Apr 4 19:54:04 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001