Skip to content

Commit

Permalink
WAGE: Renamed menu.* to macmenu.*
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 28, 2016
1 parent 608a74b commit 367946f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion engines/wage/gui-console.cpp
Expand Up @@ -56,7 +56,7 @@
#include "wage/design.h"
#include "wage/entities.h"
#include "wage/macwindow.h"
#include "wage/menu.h"
#include "wage/macmenu.h"
#include "wage/gui.h"
#include "wage/world.h"

Expand Down
2 changes: 1 addition & 1 deletion engines/wage/gui.cpp
Expand Up @@ -57,7 +57,7 @@
#include "wage/gui.h"
#include "wage/macwindow.h"
#include "wage/macwindowmanager.h"
#include "wage/menu.h"
#include "wage/macmenu.h"
#include "wage/world.h"

namespace Wage {
Expand Down
2 changes: 1 addition & 1 deletion engines/wage/menu.cpp → engines/wage/macmenu.cpp
Expand Up @@ -52,7 +52,7 @@
#include "wage/entities.h"
#include "wage/design.h"
#include "wage/gui.h"
#include "wage/menu.h"
#include "wage/macmenu.h"
#include "wage/world.h"

namespace Wage {
Expand Down
4 changes: 2 additions & 2 deletions engines/wage/menu.h → engines/wage/macmenu.h
Expand Up @@ -45,8 +45,8 @@
*
*/

#ifndef WAGE_MENU_H
#define WAGE_MENU_H
#ifndef WAGE_MACMENU_H
#define WAGE_MACMENU_H

namespace Wage {

Expand Down
2 changes: 1 addition & 1 deletion engines/wage/macwindowmanager.cpp
Expand Up @@ -59,7 +59,7 @@
#include "wage/gui.h"
#include "wage/macwindow.h"
#include "wage/macwindowmanager.h"
#include "wage/menu.h"
#include "wage/macmenu.h"

namespace Wage {

Expand Down
2 changes: 1 addition & 1 deletion engines/wage/module.mk
Expand Up @@ -9,9 +9,9 @@ MODULE_OBJS := \
entities.o \
gui.o \
gui-console.o \
macmenu.o \
macwindow.o \
macwindowmanager.o \
menu.o \
randomhat.o \
script.o \
sound.o \
Expand Down

0 comments on commit 367946f

Please sign in to comment.