aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerpartsim.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llviewerpartsim.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llviewerpartsim.h')
-rw-r--r--linden/indra/newview/llviewerpartsim.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerpartsim.h b/linden/indra/newview/llviewerpartsim.h
index 42d3fd7..cea7024 100644
--- a/linden/indra/newview/llviewerpartsim.h
+++ b/linden/indra/newview/llviewerpartsim.h
@@ -35,12 +35,11 @@
35#include "lldarrayptr.h" 35#include "lldarrayptr.h"
36#include "llframetimer.h" 36#include "llframetimer.h"
37#include "llmemory.h" 37#include "llmemory.h"
38
39#include "llpartdata.h" 38#include "llpartdata.h"
39#include "llviewerpartsource.h"
40 40
41class LLViewerImage; 41class LLViewerImage;
42class LLViewerPart; 42class LLViewerPart;
43class LLViewerPartSource;
44class LLViewerRegion; 43class LLViewerRegion;
45class LLViewerImage; 44class LLViewerImage;
46class LLVOPartGroup; 45class LLVOPartGroup;
@@ -126,11 +125,12 @@ protected:
126 LLViewerRegion *mRegionp; 125 LLViewerRegion *mRegionp;
127}; 126};
128 127
129class LLViewerPartSim 128class LLViewerPartSim : public LLSingleton<LLViewerPartSim>
130{ 129{
131public: 130public:
132 LLViewerPartSim(); 131 LLViewerPartSim();
133 virtual ~LLViewerPartSim(); 132 virtual ~LLViewerPartSim(){}
133 void destroyClass();
134 134
135 typedef std::vector<LLViewerPartGroup *> group_list_t; 135 typedef std::vector<LLViewerPartGroup *> group_list_t;
136 typedef std::vector<LLPointer<LLViewerPartSource> > source_list_t; 136 typedef std::vector<LLPointer<LLViewerPartSource> > source_list_t;