diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp index f346fd5dabc..0aa801fe2d1 100644 --- a/engines/lab/eventman.cpp +++ b/engines/lab/eventman.cpp @@ -298,4 +298,5 @@ Common::Point EventManager::updateAndGetMousePos() { return _mousePos; } + } // End of namespace Lab diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp index 696c7eeaf05..5f3f40cce32 100644 --- a/engines/lab/lab.cpp +++ b/engines/lab/lab.cpp @@ -232,4 +232,5 @@ void LabEngine::waitTOF() { _lastWaitTOFTicks = now; } + } // End of namespace Lab