aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index 7d3e64bc5c..2ed05f8f6f 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -22,17 +22,20 @@
#ifndef _LOGIC
#define _LOGIC
-#include "sword2/events.h"
+#include "sword2/driver/driver96.h"
#include "sword2/header.h"
#include "sword2/memory.h"
#include "sword2/router.h"
#include "sword2/speech.h"
#include "sword2/startup.h"
-#include "sword2/sync.h"
-#include "sword2/driver/driver96.h"
namespace Sword2 {
+#define MAX_events 10
+
+// There won't be many, will there? Probably 2 at most i reckon
+#define MAX_syncs 10
+
#define TREE_SIZE 3
// This must allow for the largest number of objects in a screen
@@ -384,7 +387,6 @@ public:
void totalRestart(void);
void examineRunList(void);
void resetKillList(void);
-
};
extern Logic *g_logic;