2006-03-24 08:35:51 +01:00
|
|
|
#ifdef __cplusplus
|
2003-12-14 11:02:29 +01:00
|
|
|
extern "C" {
|
2006-03-24 08:35:51 +01:00
|
|
|
#endif
|
|
|
|
|
2007-06-12 01:00:15 +02:00
|
|
|
#include <lua.h>
|
|
|
|
#include <lauxlib.h>
|
|
|
|
#include <lualib.h>
|
2006-03-24 08:35:51 +01:00
|
|
|
#ifdef __cplusplus
|
2003-12-14 11:02:29 +01:00
|
|
|
}
|
2006-01-02 21:24:33 +01: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 23:25:13 +01:00
|
|
|
#endif
|
2006-03-24 08:35:51 +01:00
|
|
|
|
|
|
|
#endif
|