00001 // ///////////////////////////////////////////////////////////////////////////// 00002 // 00003 // Name: bindIrrlicht.h 00004 // Author: Michael Bartsch (ZCCdark203) 00005 // 00006 // Desc : Binds various Irrlicht objects to AngelScript. 00007 // 00008 // License: Copyright (C) 2009 Michael Bartsch and Contributors 00009 // 00010 // This program is free software: you can redistribute it 00011 // and/or modify it under the terms of the zlib/libpng License. 00012 // See main.cpp for conditions of distribution and use. 00013 // 00014 // ///////////////////////////////////////////////////////////////////////////// 00015 00016 #ifndef __BINDIRRLICHT_H__ 00017 #define __BINDIRRLICHT_H__ 00018 00019 // Include files 00020 #include "../../dependencies.h" 00021 00022 00023 // AngelScript binding 00025 extern void bindIrrlicht(asIScriptEngine *engine); 00026 00027 #endif 00028 00029