Add gfx::Region in forward declarations (gfx/fwd.h file)

This commit is contained in:
David Capello 2016-05-09 17:06:19 -03:00
parent 2d632339e0
commit 71060e74da

View File

@ -1,5 +1,5 @@
// Aseprite Gfx Library
// Copyright (C) 2001-2013 David Capello
// Copyright (C) 2001-2016 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
@ -20,6 +20,8 @@ typedef PointT<int> Point;
typedef RectT<int> Rect;
typedef SizeT<int> Size;
class Region;
} // namespace gfx
#endif