00001 // ///////////////////////////////////////////////////////////////////////////// 00002 // 00003 // Name: asSoundSourceComponent.h 00004 // Author: Michael Bartsch (ZCCdark203) 00005 // 00006 // Desc : Binds the SoundSourceComponent class 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 __ASSOUNDSOURCECOMPONENT_H__ 00017 #define __ASSOUNDSOURCECOMPONENT_H__ 00018 00019 // Include files 00020 #include "../../../dependencies.h" 00021 00022 #ifdef __COMPILE_WITH_ANGELSCRIPT__ 00023 #ifdef __COMPILE_WITH_SFML_AUDIO__ 00024 00025 00027 extern void bindSoundSourceComponent(asIScriptEngine *engine); 00028 00029 #endif // __COMPILE_WITH_SFML_AUDIO__ 00030 #endif // __COMPILE_WITH_ANGELSCRIPT__ 00031 00032 #endif