Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

version.cxx

Go to the documentation of this file.
00001 
00009 #ifdef HAVE_CONFIG_H
00010 #include "config.h"
00011 #endif
00012 
00013 #include "version.h"
00014 
00015 
00016 namespace hippodraw {
00017 
00018   const char * version ()
00019   {
00020 
00021     return VERSION;
00022   }
00023 
00024 }

Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3