fixed some catch.hpp includes in the tests, fixed a deprecated event cast in appleevents.mm
This commit is contained in:
@@ -54,7 +54,7 @@ void set_up_apple_events(int, char*[]) {
|
||||
-(NSApplicationTerminateReply)applicationShouldTerminate: (NSApplication*)sender {
|
||||
(void) sender; // Suppress "unused parameter" warning
|
||||
All_Done = verify_restore_quit("save-quit");
|
||||
return All_Done;
|
||||
return All_Done ? NSTerminateNow : NSTerminateCancel;
|
||||
}
|
||||
@end
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include <catch.hpp>
|
||||
#include "catch.hpp"
|
||||
#include "scenario.hpp"
|
||||
#include "creature.hpp"
|
||||
#include "creatlist.hpp"
|
||||
|
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include <catch.hpp>
|
||||
#include "catch.hpp"
|
||||
#include "item.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
#include "spell.hpp"
|
||||
|
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include <catch.hpp>
|
||||
#include "catch.hpp"
|
||||
#include "creature.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
//
|
||||
//
|
||||
|
||||
#include <catch.hpp>
|
||||
#include "catch.hpp"
|
||||
#include "terrain.hpp"
|
||||
#include "oldstructs.hpp"
|
||||
|
||||
|
Reference in New Issue
Block a user