MADS: Further gcc compilation fixes

This commit is contained in:
Paul Gilbert 2014-05-04 18:46:18 -04:00
parent 24b79dc5f1
commit 8ebb16e98a
4 changed files with 5 additions and 1 deletions

View File

@ -243,6 +243,8 @@ void DialogsNebular::showDialog() {
case DIALOG_GAME_MENU:
//GameMenuDialog::show();
break;
default:
break;
}
}

View File

@ -32,6 +32,7 @@
#include "mads/nebular/nebular_scenes2.h"
#include "mads/nebular/nebular_scenes3.h"
#include "mads/nebular/nebular_scenes4.h"
#include "mads/nebular/nebular_scenes5.h"
#include "mads/nebular/nebular_scenes8.h"
namespace MADS {

View File

@ -63,6 +63,7 @@ public:
};
} // End of namespace Nebular
} // End of namespace MADS
#endif /* MADS_NEBULAR_SCENES5_H */

View File

@ -35,7 +35,7 @@ namespace MADS {
namespace Phantom {
enum Noun {
NOUN_LOOK_AT = 0x0D1,
NOUN_LOOK_AT = 0x0D1
// TODO
};