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,5 +1,3 @@
/* GradeDisplay - Grade shown on ScreenEvaluation. */
#ifndef GRADE_DISPLAY_H
#define GRADE_DISPLAY_H
@@ -8,7 +6,7 @@
#include "PlayerNumber.h"
#include "AutoActor.h"
struct lua_State;
/** @brief Grade shown on ScreenEvaluation. */
class GradeDisplay : public ActorFrame
{
public: