mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 15:39:52 +00:00
Add gfx::Region in forward declarations (gfx/fwd.h file)
This commit is contained in:
parent
2d632339e0
commit
71060e74da
@ -1,5 +1,5 @@
|
|||||||
// Aseprite Gfx Library
|
// 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.
|
// This file is released under the terms of the MIT license.
|
||||||
// Read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
@ -20,6 +20,8 @@ typedef PointT<int> Point;
|
|||||||
typedef RectT<int> Rect;
|
typedef RectT<int> Rect;
|
||||||
typedef SizeT<int> Size;
|
typedef SizeT<int> Size;
|
||||||
|
|
||||||
|
class Region;
|
||||||
|
|
||||||
} // namespace gfx
|
} // namespace gfx
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user