|
Katana Plug-in APIs 0.1
|
00001 // Copyright (c) 2016 The Foundry Visionmongers Ltd. All Rights Reserved. 00002 00003 #ifndef FN_DISPLAY_DRIVER_H 00004 #define FN_DISPLAY_DRIVER_H 00005 00006 00007 #include <string> 00008 00009 #include <FnDisplayDriver/suite/FnDisplayDriverSuite.h> 00010 #include "ns.h" 00011 00012 FNDISPLAYDRIVER_NAMESPACE_ENTER 00013 { 00014 00020 namespace FnDisplayDriver 00021 { 00032 bool Bootstrap(const std::string& katanaPath); 00033 00037 void Initialize(const FnDisplayDriverHostSuite_v1*); 00038 00039 } // namespace FnDisplayDriver 00040 00045 } 00046 FNDISPLAYDRIVER_NAMESPACE_EXIT 00047 00048 00049 #endif
1.7.3