]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.hh
remove some unused stlplus modules
[chaz/yoink] / src / Scene.hh
index 3c14b47e81564ee89c76a29e5631ec7d86e35845..7f36f9b897f7536446a04d522e31751582c708ad 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _SCENE_HH_
 #define _SCENE_HH_
 
 #include <moof/cullable.hh>
 #include <moof/drawable.hh>
-#include <moof/resource.hh>
 #include <moof/script.hh>
 
 
-class Character;
-
-
+// forward declarations
 namespace moof {
 class settings;
 }
+class Character;
 
 class Scene;
 typedef boost::shared_ptr<Scene> SceneP;
 
-class Scene : public moof::cullable, public moof::drawable, public moof::resource
+class Scene : public moof::cullable, public moof::drawable
 {
        class impl;
        boost::shared_ptr<impl> impl_;
This page took 0.018402 seconds and 4 git commands to generate.