aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-12 00:51:28 -0700
committerMcCabe Maxsted2009-10-12 00:51:28 -0700
commite0561134ee559f9ea729f940cf9d4390f60c66d5 (patch)
treee4d25df45c1f2f959b315ef90a3f6badd5133157 /linden/indra/newview/llpreviewscript.h
parentAdded particle count to windlight toolbar (diff)
downloadmeta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.zip
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.gz
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.bz2
meta-impy-e0561134ee559f9ea729f940cf9d4390f60c66d5.tar.xz
Added script load/save from Meerkat viewer
Diffstat (limited to 'linden/indra/newview/llpreviewscript.h')
-rw-r--r--linden/indra/newview/llpreviewscript.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpreviewscript.h b/linden/indra/newview/llpreviewscript.h
index 7026482..97e721d 100644
--- a/linden/indra/newview/llpreviewscript.h
+++ b/linden/indra/newview/llpreviewscript.h
@@ -95,6 +95,8 @@ public:
95 static void doSave( void* userdata, BOOL close_after_save ); 95 static void doSave( void* userdata, BOOL close_after_save );
96 static void onBtnSave(void*); 96 static void onBtnSave(void*);
97 static void onBtnUndoChanges(void*); 97 static void onBtnUndoChanges(void*);
98 static void onBtnSaveToDisc(void*);
99 static void onBtnLoadFromDisc(void*);
98 static void onSearchMenu(void* userdata); 100 static void onSearchMenu(void* userdata);
99 101
100 static void onUndoMenu(void* userdata); 102 static void onUndoMenu(void* userdata);