aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-05 21:49:12 -0500
committerPaul Gilbert2013-12-05 21:49:12 -0500
commit75c960081c1a729c9f356c622ef9b2d9e0911f9d (patch)
tree8c0913df503c815529fab2548f7eb56305983f3e /engines/voyeur/graphics.h
parent958654fe94af389cced91c3e3955efbbb7288dab (diff)
downloadscummvm-rg350-75c960081c1a729c9f356c622ef9b2d9e0911f9d.tar.gz
scummvm-rg350-75c960081c1a729c9f356c622ef9b2d9e0911f9d.tar.bz2
scummvm-rg350-75c960081c1a729c9f356c622ef9b2d9e0911f9d.zip
VOYEUR: Did some refactoring of game files
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index 23a29657f1..518ec1a459 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -23,10 +23,9 @@
#ifndef VOYEUR_GRAPHICS_H
#define VOYEUR_GRAPHICS_H
-//#include "voyeur/files.h"
-#include "voyeur/game.h"
#include "common/scummsys.h"
#include "common/array.h"
+#include "common/rect.h"
#include "graphics/surface.h"
namespace Voyeur {