gee_config.h

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 
00003 /* COPYRIGHT
00004  *
00005  * This file is part of the Visual Effects Engine - VEE
00006  *
00007  * Read the "VEE-LICENSE" file for the license.
00008  *
00009  * Authors & Copyright:   
00010  *
00011  * Tommi Ilmonen, Tuukka Heikura, Marko Myllymaa and 
00012  * Janne Kontkanen 2001-2004
00013  *
00014  * Additional copyrights: Tekes 2003-2004
00015  *
00016  * firstname.lastname@hut.fi
00017  *
00018  */
00019 
00020 
00021 #ifndef GEE_CONFIG_H
00022 #define GEE_CONFIG_H
00023 
00024 #define GEE_VERSION_MAJOR 0
00025 #define GEE_VERSION_MINOR 1
00026 #define GEE_VERSION_SUBMINOR 5
00027 
00028 #define GEE_VERSION_ID(release, minor, subminor)  release << 16 | minor << 8 | subminor
00029 
00030 #define GEE_VERSION_CURRENT GEE_VERSION_ID(GEE_VERSION_MAJOR, GEE_VERSION_MINOR, GEE_VERSION_SUBMINOR)
00031 
00032 typedef long GEE_id_t;
00033 
00034 #endif

Generated on Mon Mar 12 21:09:00 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6