diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llviewerpartsim.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-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.h | 8 |
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 | ||
41 | class LLViewerImage; | 41 | class LLViewerImage; |
42 | class LLViewerPart; | 42 | class LLViewerPart; |
43 | class LLViewerPartSource; | ||
44 | class LLViewerRegion; | 43 | class LLViewerRegion; |
45 | class LLViewerImage; | 44 | class LLViewerImage; |
46 | class LLVOPartGroup; | 45 | class LLVOPartGroup; |
@@ -126,11 +125,12 @@ protected: | |||
126 | LLViewerRegion *mRegionp; | 125 | LLViewerRegion *mRegionp; |
127 | }; | 126 | }; |
128 | 127 | ||
129 | class LLViewerPartSim | 128 | class LLViewerPartSim : public LLSingleton<LLViewerPartSim> |
130 | { | 129 | { |
131 | public: | 130 | public: |
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; |