This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 71060e74da4b3426f9b0457c55aecdf618423ce6 Author: David Capello <[email protected]> Date: Mon May 9 17:06:19 2016 -0300 Add gfx::Region in forward declarations (gfx/fwd.h file) --- src/gfx/fwd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gfx/fwd.h b/src/gfx/fwd.h index 79f2fa1..44ae4d9 100644 --- a/src/gfx/fwd.h +++ b/src/gfx/fwd.h @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

