Merge pull request #1441 from lioncash/fwd

BootManager: Get rid of unnecessary forward declaration
This commit is contained in:
skidau 2014-11-01 12:25:55 +11:00
commit dffbcf275b

View File

@ -6,8 +6,6 @@
#include <string>
class GameListItem;
namespace BootManager
{
bool BootCore(const std::string& _rFilename);