From 51933629d1f1a17839ddbb75b2b619effe117abb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 2 Nov 2009 21:54:57 +0000 Subject: Changed foo(void) to foo() in almost all non-backend source files svn-id: r45616 --- engines/sword1/resman.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sword1/resman.h') 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 -- cgit v1.2.3