source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/src/gtp_shader/gtp_shader.h @ 2196

Revision 2196, 1.0 KB checked in by szirmay, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14//@cpp
15
16#ifndef S3D_ENG_SHADER_SPECIAL_H
17#define S3D_ENG_SHADER_SPECIAL_H
18
19#include "eng_shader_special_public.h"
20#include "../../interf/eng_shader.h"
21#include "../../../comp/core/comp_module.h"
22#include "../../../comp/core/comp_setup.h"
23
24///////////////////////////////////////////////////////////////////////////////
25
26//@
27S3D_ENG_SHADER_SPECIAL_PUBLIC_DECL
28s3d_CCompSupplPtr gtp_ShaderCompSupplCreate();
29       
30S3D_COMP_MODULE_ENTRANCE_DECL_STD(s3d_ModuleEntrance_eng_shader_special);
31
32///////////////////////////////////////////////////////////////////////////////
33
34#endif
Note: See TracBrowser for help on using the repository browser.