More doxy, more recompiling all.

This commit is contained in:
Jason Felds
2011-02-19 17:00:32 -05:00
parent 9d13036e08
commit e9449cb50e
12 changed files with 93 additions and 43 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
/* HelpDisplay - A BitmapText that cycles through messages. */
#ifndef HELP_DISPLAY_H
#define HELP_DISPLAY_H
#include "BitmapText.h"
struct lua_State;
/** @brief A BitmapText that cycles through messages. */
class HelpDisplay : public BitmapText
{
public: