Fix compile of CINE engine.

svn-id: r39312
This commit is contained in:
Travis Howell 2009-03-10 21:47:53 +00:00
parent 0a38541cc5
commit e6d0a83bb1

View File

@ -29,7 +29,7 @@
// Forward declare Graphics::PixelFormat so we don't have to include its header here
namespace Graphics {
struct PixelFormat;
};
}
namespace Cine {