summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/database.h')
-rw-r--r--plugins/adplug/adplug/database.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/plugins/adplug/adplug/database.h b/plugins/adplug/adplug/database.h
index 050e8959..aba5b776 100644
--- a/plugins/adplug/adplug/database.h
+++ b/plugins/adplug/adplug/database.h
@@ -24,8 +24,7 @@
#ifndef H_ADPLUG_DATABASE
#define H_ADPLUG_DATABASE
-#include <iostream>
-#include <string>
+#if 0
#include <binio.h>
class CAdPlugDatabase
@@ -53,7 +52,7 @@ public:
RecordType type;
CKey key;
- std::string filetype, comment;
+ char *filetype, comment;
static CRecord *factory(RecordType type);
static CRecord *factory(binistream &in);
@@ -63,8 +62,8 @@ public:
void write(binostream &out);
- bool user_read(std::istream &in, std::ostream &out);
- bool user_write(std::ostream &out);
+ //bool user_read(std::istream &in, std::ostream &out);
+ //bool user_write(std::ostream &out);
protected:
virtual void read_own(binistream &in) = 0;
@@ -167,3 +166,5 @@ protected:
};
#endif
+
+#endif