diff options
author | Jacek Antonelli | 2009-10-13 20:20:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-10-13 20:20:37 -0500 |
commit | 20235c92e6e0deddf3c8582bbed75361e24ecc0d (patch) | |
tree | 754db362c0ad8060ceaa3ed24059e320f4b13f5c /linden/indra/newview/llfloatercustomize.h | |
parent | Merge remote branch 'mccabe/next' into next (diff) | |
parent | Added history button for group chat as well (diff) | |
download | meta-impy-20235c92e6e0deddf3c8582bbed75361e24ecc0d.zip meta-impy-20235c92e6e0deddf3c8582bbed75361e24ecc0d.tar.gz meta-impy-20235c92e6e0deddf3c8582bbed75361e24ecc0d.tar.bz2 meta-impy-20235c92e6e0deddf3c8582bbed75361e24ecc0d.tar.xz |
Merge remote branch 'mccabe/next' into next
Diffstat (limited to 'linden/indra/newview/llfloatercustomize.h')
-rw-r--r-- | linden/indra/newview/llfloatercustomize.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatercustomize.h b/linden/indra/newview/llfloatercustomize.h index 15fc8f1..ffa943a 100644 --- a/linden/indra/newview/llfloatercustomize.h +++ b/linden/indra/newview/llfloatercustomize.h | |||
@@ -107,6 +107,10 @@ public: | |||
107 | static EWearableType getCurrentWearableType() { return sCurrentWearableType; } | 107 | static EWearableType getCurrentWearableType() { return sCurrentWearableType; } |
108 | 108 | ||
109 | // Callbacks | 109 | // Callbacks |
110 | // reX: new function (thx dudes) | ||
111 | static void onBtnImport( void* userdata ); | ||
112 | // reX: new function | ||
113 | static void onBtnExport( void* userdata ); | ||
110 | static void onBtnSaveAll( void* userdata ); | 114 | static void onBtnSaveAll( void* userdata ); |
111 | static void onBtnSnapshot( void* userdata ); | 115 | static void onBtnSnapshot( void* userdata ); |
112 | static void onBtnMakeOutfit( void* userdata ); | 116 | static void onBtnMakeOutfit( void* userdata ); |