diff options
Diffstat (limited to 'linden/indra/newview/llviewerpartsource.h')
-rw-r--r-- | linden/indra/newview/llviewerpartsource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerpartsource.h b/linden/indra/newview/llviewerpartsource.h index cda81a0..8b6fb2c 100644 --- a/linden/indra/newview/llviewerpartsource.h +++ b/linden/indra/newview/llviewerpartsource.h | |||
@@ -119,6 +119,7 @@ public: | |||
119 | // Returns a new particle source to attach to an object... | 119 | // Returns a new particle source to attach to an object... |
120 | static LLPointer<LLViewerPartSourceScript> unpackPSS(LLViewerObject *source_objp, LLPointer<LLViewerPartSourceScript> pssp, const S32 block_num); | 120 | static LLPointer<LLViewerPartSourceScript> unpackPSS(LLViewerObject *source_objp, LLPointer<LLViewerPartSourceScript> pssp, const S32 block_num); |
121 | static LLPointer<LLViewerPartSourceScript> unpackPSS(LLViewerObject *source_objp, LLPointer<LLViewerPartSourceScript> pssp, LLDataPacker &dp); | 121 | static LLPointer<LLViewerPartSourceScript> unpackPSS(LLViewerObject *source_objp, LLPointer<LLViewerPartSourceScript> pssp, LLDataPacker &dp); |
122 | static LLPointer<LLViewerPartSourceScript> createPSS(LLViewerObject *source_objp, const LLPartSysData& particle_parameters); | ||
122 | 123 | ||
123 | LLViewerImage *getImage() const { return mImagep; } | 124 | LLViewerImage *getImage() const { return mImagep; } |
124 | void setImage(LLViewerImage *imagep); | 125 | void setImage(LLViewerImage *imagep); |