]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.hh
beginning CD implementation
[chaz/yoink] / src / Scene.hh
index ca96aeaca15d93d5053919afa98d5cbd5b38822b..24a790f26490a7cd2edc0da1fe798aaca19200ef 100644 (file)
@@ -38,6 +38,9 @@
 #include <Moof/Resource.hh>
 
 
 #include <Moof/Resource.hh>
 
 
+class Character;
+
+
 class Scene;
 typedef boost::shared_ptr<Scene> SceneP;
 
 class Scene;
 typedef boost::shared_ptr<Scene> SceneP;
 
@@ -58,6 +61,8 @@ public:
        void draw(Mf::Scalar alpha) const;
        void drawIfVisible(Mf::Scalar alpha, const Mf::Frustum& frustum) const;
 
        void draw(Mf::Scalar alpha) const;
        void drawIfVisible(Mf::Scalar alpha, const Mf::Frustum& frustum) const;
 
+       bool checkForCollision(Character& character);
+
        static std::string getPath(const std::string& name);
 };
 
        static std::string getPath(const std::string& name);
 };
 
This page took 0.016752 seconds and 4 git commands to generate.