]> git.sesse.net Git - casparcg/blobdiff - modules/flash/producer/flash_producer.h
2.0. Updated namespaces.
[casparcg] / modules / flash / producer / flash_producer.h
index dd47d9b9d89583d21358bd9bff8768067f49228b..85b299cf09903b01a7b454526a273854f8c6bcb2 100644 (file)
 \r
 #include <core/producer/frame_producer.h>\r
 \r
-#include <memory>\r
+#include <common/memory/safe_ptr.h>\r
 \r
-namespace caspar {\r
+#include <vector>\r
+#include <string>\r
 \r
-safe_ptr<core::frame_producer> create_flash_producer(const safe_ptr<core::frame_factory>& frame_factory, const std::vector<std::wstring>& params);\r
+namespace caspar { namespace flash {\r
 \r
-std::wstring find_flash_template(const std::wstring& templateName);\r
+safe_ptr<core::frame_producer> create_producer(const safe_ptr<core::frame_factory>& frame_factory, const std::vector<std::wstring>& params);\r
 \r
-}
\ No newline at end of file
+std::wstring find_template(const std::wstring& templateName);\r
+\r
+}}
\ No newline at end of file