00001 00032 #ifndef LL_LLPREVIEWSOUND_H 00033 #define LL_LLPREVIEWSOUND_H 00034 00035 #include "llpreview.h" 00036 00037 class LLPreviewSound : public LLPreview 00038 { 00039 public: 00040 LLPreviewSound(const std::string& name, const LLRect& rect, const std::string& title, 00041 const LLUUID& item_uuid, 00042 const LLUUID& object_uuid = LLUUID::null); 00043 00044 static void playSound( void* userdata ); 00045 static void auditionSound( void* userdata ); 00046 00047 }; 00048 00049 #endif // LL_LLPREVIEWSOUND_H