mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #1441 from lioncash/fwd
BootManager: Get rid of unnecessary forward declaration
This commit is contained in:
commit
dffbcf275b
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
class GameListItem;
|
|
||||||
|
|
||||||
namespace BootManager
|
namespace BootManager
|
||||||
{
|
{
|
||||||
bool BootCore(const std::string& _rFilename);
|
bool BootCore(const std::string& _rFilename);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue