aboutsummaryrefslogtreecommitdiff
path: root/sword2/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sync.h')
-rw-r--r--sword2/sync.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/sword2/sync.h b/sword2/sync.h
index 229297e875..fb3fdef03f 100644
--- a/sword2/sync.h
+++ b/sword2/sync.h
@@ -20,14 +20,11 @@
#ifndef _SYNC
#define _SYNC
-#include "sword2/object.h"
+// There won't be many, will there? Probably 2 at most i reckon
+#define MAX_syncs 10
namespace Sword2 {
-void Init_sync_system(void);
-void Clear_syncs(uint32 id);
-bool Get_sync(void);
-
} // End of namespace Sword2
#endif