From 50896e6029076c6c5087cb2d3a918f7545b47008 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 6 Jun 2011 10:43:48 +0200 Subject: WII: Add logMessage() implementation --- backends/platform/wii/osystem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/wii/osystem.h') diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h index 6863a6840e..64197f913a 100644 --- a/backends/platform/wii/osystem.h +++ b/backends/platform/wii/osystem.h @@ -211,6 +211,8 @@ public: virtual FilesystemFactory *getFilesystemFactory(); virtual void getTimeAndDate(TimeDate &t) const; + virtual void logMessage(LogMessageType::Type type, const char *message); + #ifndef GAMECUBE virtual Common::String getSystemLanguage() const; #endif // GAMECUBE -- cgit v1.2.3