cleanup, some doxygening

This commit is contained in:
AJ Kelly
2011-02-21 02:24:42 -06:00
parent 3324d20305
commit 00e71f9858
15 changed files with 29 additions and 45 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
/* ScreenGameplayLesson - Shows some explanation pages, then allows 3 tries to pass a song. */
#ifndef ScreenGameplayLesson_H
#define ScreenGameplayLesson_H
#include "ScreenGameplayNormal.h"
class CourseEntry;
/** @brief Shows some explanation pages, then allows 3 tries to pass a song. */
class ScreenGameplayLesson : public ScreenGameplayNormal
{
public: