00001 /* tolua: state manipulation. 00002 ** Support code for Lua bindings. 00003 ** Written by Waldemar Celes 00004 ** TeCGraf/PUC-Rio 00005 ** Jul 1998 00006 ** $Id: tolua_st.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 #ifndef tolua_st_h 00017 #define tolua_st_h 00018 00019 void toluaI_st_init (void); 00020 void toluaI_st_store (int* value); 00021 void toluaI_st_restore (void); 00022 00023 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001