massive header file comment updating (top line only; some didn't have it before)

This commit is contained in:
AJ Kelly
2010-09-10 16:37:04 -05:00
parent 377d559413
commit 8f3791b99a
42 changed files with 86 additions and 55 deletions
+6 -1
View File
@@ -1,4 +1,5 @@
/* MeterDisplay - */
/* MeterDisplay - Display position in a song. */
#ifndef METER_DISPLAY_H
#define METER_DISPLAY_H
@@ -15,6 +16,10 @@ public:
virtual MeterDisplay *Copy() const;
void SetPercent( float fPercent );
void SetStreamWidth( float fStreamWidth );
// Lua
void PushSelf( lua_State *L );
private:
float m_fStreamWidth;