Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

lua_utils.h

Go to the documentation of this file.
00001 #ifndef simplest_h
00002 #define simplest_h
00003 
00004 
00005 #include <dsDate.h>
00006 
00007 extern "C" {
00008 
00009 #include <lua.h>
00010 #include <lauxlib.h>
00011 #include <lualib.h>
00012 
00013 
00014 LUALIB_API int lua_init(lua_State *L);
00015 
00016 }
00017 
00018 
00019 int lua_utils_version(lua_State* L);
00020 int lua_utils_dtformat(lua_State* L);
00021 int lua_utils_dtconvert(lua_State* L);
00022 
00023 
00024 #endif

Generated on Mon May 16 18:26:58 2005 for libdms4 by doxygen1.3-rc2