From 8582c1ad5770b6385381f524a4610934d115cd88 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 25 Sep 2010 19:48:26 +0000 Subject: SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine svn-id: r53380 --- engines/sword25/sword25.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'engines/sword25/sword25.h') diff --git a/engines/sword25/sword25.h b/engines/sword25/sword25.h index a763f80753..8f31a05562 100644 --- a/engines/sword25/sword25.h +++ b/engines/sword25/sword25.h @@ -56,11 +56,12 @@ enum GameFlags { class Sword25Engine : public Engine { private: - Common::Error AppStart(const Common::StringArray &CommandParameters); - bool AppMain(); - bool AppEnd(); + Common::Error appStart(); + bool appMain(); + bool appEnd(); + + bool loadPackages(); - bool LoadPackages(); protected: virtual Common::Error run(); void shutdown(); -- cgit v1.2.3