X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fogl%2Fogl.h;h=ddaf4cfc4f58c6727f80b5edf68d32ab8580083c;hb=479aea2f75dfa0e71e3fd8f066705609f075943d;hp=8c2a3a5e563ee999668e7beacca60c456d84206f;hpb=745f022a44f0d347e56acbbd597ff71e06eab894;p=casparcg diff --git a/modules/ogl/ogl.h b/modules/ogl/ogl.h index 8c2a3a5e5..ddaf4cfc4 100644 --- a/modules/ogl/ogl.h +++ b/modules/ogl/ogl.h @@ -1,7 +1,26 @@ +/* +* copyright (c) 2010 Sveriges Television AB +* +* This file is part of CasparCG. +* +* 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 . +* +*/ #pragma once -namespace caspar{ +namespace caspar { namespace ogl { -void init_ogl(); +void init(); -} \ No newline at end of file +}} \ No newline at end of file