aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova2/file.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-05-29 18:37:17 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commit977d67b27216a98be36e128432f09f0bbcc8e9f1 (patch)
tree1bfc43a808e384492c49e4988af05c2a71c3084c /devtools/create_supernova2/file.h
parentdf1fbcbf4dcd276994d94b08138cff3dc4e1e5f8 (diff)
downloadscummvm-rg350-977d67b27216a98be36e128432f09f0bbcc8e9f1.tar.gz
scummvm-rg350-977d67b27216a98be36e128432f09f0bbcc8e9f1.tar.bz2
scummvm-rg350-977d67b27216a98be36e128432f09f0bbcc8e9f1.zip
SUPERNOVA2: Synchronize with main repository
Better support for pbm format was added to create_supernova in main repository, this commit just mirrors theese changes
Diffstat (limited to 'devtools/create_supernova2/file.h')
-rw-r--r--devtools/create_supernova2/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_supernova2/file.h b/devtools/create_supernova2/file.h
index dd33e410f9..f285293612 100644
--- a/devtools/create_supernova2/file.h
+++ b/devtools/create_supernova2/file.h
@@ -45,11 +45,11 @@ public:
uint32 pos();
long read(void *buffer, int len);
void write(const void *buffer, int len);
+ bool eof();
byte readByte();
uint16 readWord();
uint32 readLong();
- void readString(char*, int bufferLength);
void writeByte(byte v);
void writeWord(uint16 v);
void writeLong(uint32 v);