aboutsummaryrefslogtreecommitdiff
path: root/sword2/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sync.h')
-rw-r--r--sword2/sync.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/sword2/sync.h b/sword2/sync.h
index 4db00c4731..13f1b7d45a 100644
--- a/sword2/sync.h
+++ b/sword2/sync.h
@@ -20,13 +20,10 @@
#ifndef _SYNC
#define _SYNC
-//#include "src\driver96.h"
#include "object.h"
-
-void Init_sync_system(void); //Tony27Nov96
-void Clear_syncs(uint32 id); //Tony27Nov96
-uint32 Get_sync(void); //Tony27Nov96
-
+void Init_sync_system(void); // Tony27Nov96
+void Clear_syncs(uint32 id); // Tony27Nov96
+uint32 Get_sync(void); // Tony27Nov96
#endif