Last batch of doxygen for a bit.

This commit is contained in:
Jason Felds
2011-02-25 12:33:43 -05:00
parent 40f7d8ef7a
commit 054ead23d6
11 changed files with 56 additions and 54 deletions
+1 -3
View File
@@ -1,12 +1,10 @@
/** @brief ScreenSelect - Base class for Style, Difficulty, and Mode selection screens. */
#ifndef SCREEN_SELECT_H
#define SCREEN_SELECT_H
#include "ScreenWithMenuElements.h"
#include "GameCommand.h"
#include "ThemeMetric.h"
/** @brief Base class for Style, Difficulty, and Mode selection screens. */
class ScreenSelect : public ScreenWithMenuElements
{
public: