Blink API

BlinkVersion.h

Go to the documentation of this file.
00001 // Copyright (c) 2014 The Foundry Visionmongers Ltd.  All Rights Reserved.
00002 
00007 #ifndef Blink_Library_BlinkVersion_h
00008 #define Blink_Library_BlinkVersion_h
00009 
00010 #include "BlinkBuild.h"
00011 #include "BlinkVersionNumbers.h"
00012 
00013 #define BlinkVersionFunction kBlinkLibrary_ABI_version
00014 
00015 extern "C" int BLINK_SHARED_API BlinkVersionFunction();
00016 
00017 
00018 
00019 namespace Blink {
00020 
00021   class Version
00022   {
00023   public:
00024     Version()
00025     {
00026       BlinkVersionFunction();
00027     }
00028   };
00029 
00030 }
00031 
00032 static Blink::Version blinkVersion;
00033 
00034 #endif // Blink_Library_BlinkVersion_h
 All Classes Namespaces Files Functions Variables


©2017 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk