Blink API
BlinkVersion.h
Go to the documentation of this file.
1 // Copyright (c) 2014 The Foundry Visionmongers Ltd. All Rights Reserved.
2 
7 #ifndef Blink_Library_BlinkVersion_h
8 #define Blink_Library_BlinkVersion_h
9 
10 #include "BlinkBuild.h"
11 #include "BlinkVersionNumbers.h"
12 
13 #define BlinkVersionFunction kBlinkLibrary_ABI_version
14 
15 extern "C" int BLINK_SHARED_API BlinkVersionFunction();
16 
17 
18 
19 namespace Blink {
20 
21  class Version
22  {
23  public:
24  Version()
25  {
26  BlinkVersionFunction();
27  }
28  };
29 
30 }
31 
32 static Blink::Version blinkVersion;
33 
34 #endif // Blink_Library_BlinkVersion_h
Definitions required for building with the Blink API.


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