mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 06:40:42 +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
|
||||
// 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user