Skip to content

Commit

Permalink
SHERLOCK: Split up image file classes into their own file
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 10, 2015
1 parent 1dda0f6 commit dd1781a
Show file tree
Hide file tree
Showing 9 changed files with 835 additions and 764 deletions.
2 changes: 1 addition & 1 deletion engines/sherlock/events.h
Expand Up @@ -26,7 +26,7 @@
#include "common/scummsys.h"
#include "common/events.h"
#include "common/stack.h"
#include "sherlock/resources.h"
#include "sherlock/image_file.h"

namespace Sherlock {

Expand Down
2 changes: 1 addition & 1 deletion engines/sherlock/fonts.cpp
Expand Up @@ -22,7 +22,7 @@

#include "common/system.h"
#include "sherlock/fonts.h"
#include "sherlock/resources.h"
#include "sherlock/image_file.h"
#include "sherlock/surface.h"

namespace Sherlock {
Expand Down

0 comments on commit dd1781a

Please sign in to comment.