No need to forward-declare

This commit is contained in:
simon.kagstrom 2010-01-16 12:43:46 +00:00
parent 7420b26939
commit f1e9694bb3

View File

@ -7,7 +7,6 @@ static const char *game_exts[] = {".d64", ".D64", ".t64", ".T64",
".prg",".PRG", ".p00", ".P00", NULL};
class DiscMenu;
class GameInfoBox;
class DiscView : public GuiView
{