/////////////////////////////////////////////////////////////////////////////// // // ## ###### // ###### ### // ## ############### Shark 3D Engine (www.shark3d.com) // ########## # # # // ######## Copyright (c) 1996-2006 Spinor GmbH. // ######### # # # All rights reserved. // ## ########## // ## // /////////////////////////////////////////////////////////////////////////////// //@cpp #include "gtp_shader.h" #include "gtp_shader_module.h" #include "../../util/eng_util_shaderutil.h" #include "../../../general/general_def.h" /////////////////////////////////////////////////////////////////////////////// s3d_CCompSupplPtr gtp_ShaderCompSupplCreate() { return S3D_SYS_NEW gtp_ShaderModuleSuppl(); } /////////////////////////////////////////////////////////////////////////////// S3D_COMP_MODULE_ENTRANCE_IMPL_STD( s3d_ModuleEntrance_eng_shader_special, gtp_ShaderModuleCover) ///////////////////////////////////////////////////////////////////////////////