summaryrefslogtreecommitdiff
path: root/src/snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapshot.h')
-rw-r--r--src/snapshot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snapshot.h b/src/snapshot.h
index 5c55d2c..649c2a1 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -52,11 +52,9 @@
#define WRONG_VERSION (-2)
#define FILE_NOT_FOUND (-3)
-START_EXTERN_C
bool8 S9xFreezeGame(const char* filename);
bool8 S9xUnfreezeGame(const char* filename);
bool8 Snapshot(const char* filename);
bool8 S9xLoadSnapshot(const char* filename);
-END_EXTERN_C
#endif