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

Revision 2196, 810 bytes 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// Such a file should be included into every DLL and application
17// to perform a DLL version check.
18
19#include "../../../sys/core/sys_versioncheck.h"
20
21///////////////////////////////////////////////////////////////////////////////
22
23S3D_SYS_VERSIONCHECK
24
25///////////////////////////////////////////////////////////////////////////////
26
Note: See TracBrowser for help on using the repository browser.