Skip to content

Commit

Permalink
WAGE: Merged most headers into entities.h
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
sev- committed Dec 27, 2015
1 parent f488762 commit add5bba
Show file tree
Hide file tree
Showing 13 changed files with 439 additions and 661 deletions.
187 changes: 0 additions & 187 deletions engines/wage/chr.h

This file was deleted.

80 changes: 0 additions & 80 deletions engines/wage/context.h

This file was deleted.

55 changes: 0 additions & 55 deletions engines/wage/designed.h

This file was deleted.

8 changes: 6 additions & 2 deletions engines/wage/designed.cpp → engines/wage/entities.cpp
Expand Up @@ -24,7 +24,7 @@
*/

#include "wage/wage.h"
#include "wage/designed.h"
#include "wage/entities.h"
#include "wage/design.h"

namespace Wage {
Expand All @@ -33,5 +33,9 @@ void Designed::setDesignBounds(Common::Rect bounds) {
_designBounds = new Common::Rect(bounds);
_design->setBounds(bounds);
}


Scene::Scene(String name, byte *data) {
}


} // End of namespace Wage

0 comments on commit add5bba

Please sign in to comment.