Fmod metadata parsing. Innitial.

This commit is contained in:
Shyotl
2011-12-21 01:23:04 -06:00
parent 6a5e203884
commit 6920bee5e2
6 changed files with 69 additions and 3 deletions

View File

@@ -35,6 +35,8 @@
#include "llpanel.h"
class LLButton;
////////////////////////////////////////////////////////////////////////////////
//
class LLMediaRemoteCtrl : public LLPanel
@@ -57,6 +59,8 @@ public:
protected:
void build();
std::string mCachedPauseTip;
};
#endif