Oops, forgot this one.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1619 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2009-01-14 20:31:41 +00:00
parent e745cd4343
commit 6635b89a86
1 changed files with 2 additions and 4 deletions

View File

@ -13,7 +13,7 @@
// See the file "license" for information on usage and redistribution of // See the file "license" for information on usage and redistribution of
// this file, and for a DISCLAIMER OF ALL WARRANTIES. // this file, and for a DISCLAIMER OF ALL WARRANTIES.
// //
// $Id: MediaFactory.hxx,v 1.7 2009-01-14 20:31:07 stephena Exp $ // $Id: MediaFactory.hxx,v 1.8 2009-01-14 20:31:41 stephena Exp $
//============================================================================ //============================================================================
#ifndef MEDIA_FACTORY_HXX #ifndef MEDIA_FACTORY_HXX
@ -23,15 +23,13 @@ class FrameBuffer;
class Sound; class Sound;
class OSystem; class OSystem;
#include "Rect.hxx"
/** /**
This class deals with the different framebuffer/sound implementations This class deals with the different framebuffer/sound implementations
for the various ports of Stella, and always returns a valid media object for the various ports of Stella, and always returns a valid media object
based on the specific port and restrictions on that port. based on the specific port and restrictions on that port.
@author Stephen Anthony @author Stephen Anthony
@version $Id: MediaFactory.hxx,v 1.7 2009-01-14 20:31:07 stephena Exp $ @version $Id: MediaFactory.hxx,v 1.8 2009-01-14 20:31:41 stephena Exp $
*/ */
class MediaFactory class MediaFactory
{ {