aboutsummaryrefslogtreecommitdiff
path: root/sword2/tony_gsdk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/tony_gsdk.h')
-rw-r--r--sword2/tony_gsdk.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sword2/tony_gsdk.h b/sword2/tony_gsdk.h
index b6079b4804..ea580cc781 100644
--- a/sword2/tony_gsdk.h
+++ b/sword2/tony_gsdk.h
@@ -20,14 +20,8 @@
#ifndef TONY_GSDK
#define TONY_GSDK
-//#include "src\driver96.h"
#include "memory.h"
-
-
-uint32 Read_file(const char *name, mem **membloc, uint32 uid);
-int32 Direct_read_file(const char *name, char *ad);
-int32 Direct_write_file(const char *name, char *ad, uint32 total_bytes);
-
+uint32 Read_file(const char *name, mem **membloc, uint32 uid);
#endif