Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

DenouementScene.H

Go to the documentation of this file.
00001 /**************************************************************
00002  *  Name: Sascha Becker (sab)
00003  *  File: DenouementScene.H
00004  *  Asgn: cavewriting
00005  *  Date: Tue Feb 15 11:47:49 EST 2005
00006  **************************************************************/
00007 
00008 #ifndef DenouementScene_Header
00009 #define DenouementScene_Header
00010 
00011 
00012 #include <G3DAll.h>
00013 #include <string>
00014 #include <XercesXMLUtil.H>
00015 #include "Section.H"
00016 #include "Story.H"
00017 #include "Scene.H"
00018 
00019 using namespace std;
00020 
00021 namespace cavewriting { 
00022 
00028 class DenouementScene : public Scene {
00029 
00030 
00031 public:
00032   DenouementScene(Story* story, xercesc::DOMNode* node, int id);
00033   virtual ~DenouementScene();
00034 
00035   virtual void start(); 
00036   virtual void animate();
00037 
00038 protected:
00039 
00040 private:
00041 
00042 };
00043 }
00044 
00045 #endif

Generated on Sun Apr 17 13:34:27 2005 for cavewriting by  doxygen 1.4.0