[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Usata-commits] Changes to usata2/src/scene-manager.cpp
From: |
David Lau |
Subject: |
[Usata-commits] Changes to usata2/src/scene-manager.cpp |
Date: |
Fri, 31 Dec 2004 03:17:17 -0500 |
Index: usata2/src/scene-manager.cpp
diff -u usata2/src/scene-manager.cpp:1.1 usata2/src/scene-manager.cpp:1.2
--- usata2/src/scene-manager.cpp:1.1 Fri Dec 31 06:34:14 2004
+++ usata2/src/scene-manager.cpp Fri Dec 31 07:27:46 2004
@@ -10,7 +10,7 @@
// included in the software distribution, or visit
// http://www.fsf.org/licenses/gpl.html.
//
-// $Id: scene-manager.cpp,v 1.1 2004/12/31 06:34:14 skunix Exp $
+// $Id: scene-manager.cpp,v 1.2 2004/12/31 07:27:46 skunix Exp $
#include "scene-manager.hpp"
#include <map>
@@ -67,7 +67,7 @@
}
bool
- remove(const std::string&, Object*)
+ remove(const std::string&, Object_sp)
{
return false;
}
@@ -123,5 +123,11 @@
return impl->lookup(name);
}
+void
+SceneManager::draw()
+{
+
+}
+
}