[Scummvm-cvs-logs] SF.net SVN: scummvm:[53200] scummvm/trunk/engines/sword25/input/inputengine .cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 00:19:03 CEST 2010


Revision: 53200
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53200&view=rev
Author:   sev
Date:     2010-10-12 22:19:03 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Converted inputengine.cpp

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/input/inputengine.cpp

Modified: scummvm/trunk/engines/sword25/input/inputengine.cpp
===================================================================
--- scummvm/trunk/engines/sword25/input/inputengine.cpp	2010-10-12 22:18:43 UTC (rev 53199)
+++ scummvm/trunk/engines/sword25/input/inputengine.cpp	2010-10-12 22:19:03 UTC (rev 53200)
@@ -42,10 +42,13 @@
 
 // -----------------------------------------------------------------------------
 
-BS_InputEngine::BS_InputEngine(BS_Kernel * pKernel) : BS_Service(pKernel)
-{
+namespace Sword25 {
+
+BS_InputEngine::BS_InputEngine(BS_Kernel *pKernel) : BS_Service(pKernel) {
 	if (!_RegisterScriptBindings())
 		BS_LOG_ERRORLN("Script bindings could not be registered.");
 	else
 		BS_LOGLN("Script bindings registered.");
 }
+
+} // End of namespace Sword25


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list