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 
22  class Version
23  {
24  public:
25  Version()
26  {
27  BlinkVersionFunction();
28  }
29  };
30 
31 } // namespace Blink
32 
33 static Blink::Version blinkVersion;
34 
35 #endif // Blink_Library_BlinkVersion_h
Definitions required for building with the Blink API.


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