diff options
-rw-r--r-- | engines/lab/eventman.cpp | 1 | ||||
-rw-r--r-- | engines/lab/lab.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp index f346fd5dab..0aa801fe2d 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 696c7eeaf0..5f3f40cce3 100644 --- a/engines/lab/lab.cpp +++ b/engines/lab/lab.cpp @@ -232,4 +232,5 @@ void LabEngine::waitTOF() { _lastWaitTOFTicks = now; } + } // End of namespace Lab |