2006-03-24 07:35:51 +00:00
|
|
|
#ifdef __cplusplus
|
2003-12-14 10:02:29 +00:00
|
|
|
extern "C" {
|
2006-03-24 07:35:51 +00:00
|
|
|
#endif
|
|
|
|
|
2007-06-11 23:00:15 +00:00
|
|
|
#include <lua.h>
|
|
|
|
#include <lauxlib.h>
|
|
|
|
#include <lualib.h>
|
2006-03-24 07:35:51 +00:00
|
|
|
#ifdef __cplusplus
|
2003-12-14 10:02:29 +00:00
|
|
|
}
|
2006-01-02 20:24:33 +00:00
|
|
|
|
|
|
|
#ifndef LUABIND_BETA
|
|
|
|
# include <boost/version.hpp>
|
|
|
|
# if BOOST_VERSION < 103300
|
|
|
|
# define LUABIND_BETA 7
|
|
|
|
# define LUABIND_DEVEL 1
|
|
|
|
# else
|
|
|
|
# define LUABIND_BETA 7
|
|
|
|
# define LUABIND_DEVEL 2
|
|
|
|
# endif
|
2005-11-25 22:25:13 +00:00
|
|
|
#endif
|
2006-03-24 07:35:51 +00:00
|
|
|
|
|
|
|
#endif
|