00001 // ///////////////////////////////////////////////////////////////////////////// 00002 // 00003 // Name: asDimension2d.h 00004 // Author: Michael Bartsch (ZCCdark203) 00005 // 00006 // Desc : Binds the dimension2d<T> class from the Irrlicht engine. 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 __ASDIMENSION2D_H__ 00017 #define __ASDIMENSION2D_H__ 00018 00019 // Include files 00020 #include "../../dependencies.h" 00021 00022 00023 // AngelScript binding 00026 extern void bindDimension2d(asIScriptEngine *engine); 00027 00030 extern std::string getDimension2dName(const std::string &asType); 00031 00032 #endif 00033