X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fvideo.hh;h=9ec795f0f0ed1c4312f486e676f9d2703743990d;hb=44b3014bce798789e795242d1556cb7449e6386a;hp=0b5cb99a7afff09adb7802547eeff0e9ac93c70d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2;p=chaz%2Fyoink diff --git a/src/moof/video.hh b/src/moof/video.hh index 0b5cb99..9ec795f 100644 --- a/src/moof/video.hh +++ b/src/moof/video.hh @@ -1,22 +1,15 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_VIDEO_HH_ #define _MOOF_VIDEO_HH_ -/** - * \file video.hh - * Classes for managing a video context. - */ - #include #include @@ -27,37 +20,42 @@ #include +/** + * \file video.hh + * Classes for managing a video context. + */ + namespace moof { +// forward declarations class settings; class video; typedef boost::shared_ptr