Changed foo(void) to foo() in almost all non-backend source files

svn-id: r45616
This commit is contained in:
Max Horn 2009-11-02 21:54:57 +00:00
parent 400ee8c461
commit 51933629d1
284 changed files with 1428 additions and 1428 deletions

View file

@ -42,7 +42,7 @@ struct CruiseSavegameHeader {
Common::Error saveSavegameData(int saveGameIdx, const Common::String &saveName);
Common::Error loadSavegameData(int saveGameIdx);
bool readSavegameHeader(Common::InSaveFile *in, CruiseSavegameHeader &header);
void initVars(void);
void initVars();
} // End of namespace Cruise