]> git.sesse.net Git - casparcg/blobdiff - modules/bluefish/bluefish.h
2.0. Updated namespaces.
[casparcg] / modules / bluefish / bluefish.h
index cbd0b98944c6ce98124c5980508790adc396ed77..9e3b93d70873f75fc8ee1b19e68fcb7755ed3b6f 100644 (file)
 #include <string>\r
 #include <vector>\r
 \r
-namespace caspar {\r
+namespace caspar { namespace bluefish {\r
 \r
-void init_bluefish();\r
+void init();\r
 \r
-std::wstring get_bluefish_version();\r
-std::vector<std::wstring> get_bluefish_device_list();\r
+std::wstring get_version();\r
+std::vector<std::wstring> get_device_list();\r
 \r
-}
\ No newline at end of file
+}}
\ No newline at end of file