Call a struct a struct (Game)

This commit is contained in:
Ben "root" Anderson
2013-12-19 18:15:49 -06:00
parent ee84f9263c
commit 481792ba52
+1 -2
View File
@@ -26,9 +26,8 @@ class Style;
// MenuRight as long as "MenuLeft (optional)" and "MenuRight (optional)" are not mapped.
/** @brief Holds information about a particular style of a game (e.g. "single", "double"). */
class Game
struct Game
{
public:
const char * m_szName;
const Style * const* m_apStyles;