X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fflash%2Fflash.h;h=0dbc582d1783a68b6b2b7021abeb84a919f5bf14;hb=19340cfde28bca046b81e2575f93ffc432ee731d;hp=dbb248297ce230af9f767867fc08828012fb4b63;hpb=9cda7b764339f16ce7babe85e78c016a28bbfa1d;p=casparcg diff --git a/modules/flash/flash.h b/modules/flash/flash.h index dbb248297..0dbc582d1 100644 --- a/modules/flash/flash.h +++ b/modules/flash/flash.h @@ -1,33 +1,30 @@ -/* -* Copyright (c) 2011 Sveriges Television AB -* -* This file is part of CasparCG (www.casparcg.com). -* -* CasparCG is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* CasparCG is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with CasparCG. If not, see . -* -* Author: Robert Nagy, ronag89@gmail.com -*/ - -#pragma once - -#include - -namespace caspar { namespace flash { - -void init(); - -std::wstring cg_version(); -std::wstring version(); - -}} \ No newline at end of file +/* +* Copyright (c) 2011 Sveriges Television AB +* +* This file is part of CasparCG (www.casparcg.com). +* +* CasparCG is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* CasparCG is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with CasparCG. If not, see . +* +* Author: Robert Nagy, ronag89@gmail.com +*/ + +#pragma once + +#include + +namespace caspar { namespace flash { + +void init(core::module_dependencies dependencies); + +}}