aboutsummaryrefslogtreecommitdiff
path: root/graphics/nine_patch.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-29 11:01:28 +0200
committerBorja Lorente2016-07-31 14:05:14 +0200
commitc071eb0e188a458e90afae3c01bacf78f0b91c92 (patch)
tree75e62870ff9498aeb0f08b47d3a3f7af1740c7c3 /graphics/nine_patch.h
parentb9ca6836bdbb16bd9ee637cbb3e1dcb43ecb3ab0 (diff)
downloadscummvm-rg350-c071eb0e188a458e90afae3c01bacf78f0b91c92.tar.gz
scummvm-rg350-c071eb0e188a458e90afae3c01bacf78f0b91c92.tar.bz2
scummvm-rg350-c071eb0e188a458e90afae3c01bacf78f0b91c92.zip
GRAPHICS: Fix style issues
Diffstat (limited to 'graphics/nine_patch.h')
-rw-r--r--graphics/nine_patch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/nine_patch.h b/graphics/nine_patch.h
index 45e4e0918a..ebd6e1e17e 100644
--- a/graphics/nine_patch.h
+++ b/graphics/nine_patch.h
@@ -50,6 +50,9 @@
namespace Graphics {
+ class TransparentSurface;
+ class Surface;
+
struct NinePatchMark {
int offset;
int length;