aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/resman.h')
-rw-r--r--engines/sword1/resman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword1/resman.h b/engines/sword1/resman.h
index a0a8bb6c4c..ee1d55cd14 100644
--- a/engines/sword1/resman.h
+++ b/engines/sword1/resman.h
@@ -67,8 +67,8 @@ struct Prj {
class ResMan {
public:
ResMan(const char *fileName, bool isMacFile);
- ~ResMan(void);
- void flush(void);
+ ~ResMan();
+ void flush();
void resClose(uint32 id);
void resOpen(uint32 id);
void *fetchRes(uint32 id);
@@ -120,7 +120,7 @@ private:
void openScriptResourceLittleEndian(uint32 id);
void loadCluDescript(const char *fileName);
- void freeCluDescript(void);
+ void freeCluDescript();
Prj _prj;
MemMan *_memMan;
static const uint32 _scriptList[TOTAL_SECTIONS]; //a table of resource tags