Main   Class Hierarchy   Classes   Compound List   Files   Compound Members   File Members   Pages  

version.h

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 /** @file version.h
00003     Defines the library version.
00004 
00005     $Id: version_8h-source.html,v 1.1.1.1 2003/08/07 19:41:39 emarkus Exp $
00006     $Source: /usr/cvsroot/www_pathfind/libpathfind/0.1.0/doc/version_8h-source.html,v $
00007 */
00008 //-----------------------------------------------------------------------------
00009 
00010 #ifndef PATHFIND_VERSION_H
00011 #define PATHFIND_VERSION_H
00012 
00013 //-----------------------------------------------------------------------------
00014 
00015 namespace PathFind
00016 {
00017     /** Version of the library. */
00018     extern const char* g_version;
00019 }
00020 
00021 //-----------------------------------------------------------------------------
00022 
00023 #endif


Generated on Thu Aug 7 13:04:50 2003 by Doxygen1.3.1