iSpike  2.1
Spike conversion library for robotics
D:/Home/Programs/iSpike/include/iSpike/version.h
Go to the documentation of this file.
00001 // <Copyright Holder>. Copyright (C) <Copyright Year(s)>. <License>
00002 #ifndef HEADER_PROJECTNAME_VERSION_H_INCLUDED
00003 #define HEADER_PROJECTNAME_VERSION_H_INCLUDED
00004 
00005 #ifdef __cplusplus
00006 #   define EXTERNC extern "C"
00007 #else
00008 #   define EXTERNC
00009 #endif
00010 
00011 EXTERNC int projectname_version_major();
00012 EXTERNC int projectname_version_minor();
00013 EXTERNC int projectname_version_patch();
00014 
00015 #endif
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines