{Project64] Tabs to spaces in Plugin List.cpp

This commit is contained in:
zilmar 2015-11-12 19:43:32 +11:00
parent 5888b1d3f6
commit efa3c87de7
2 changed files with 136 additions and 125 deletions

View File

@ -36,7 +36,6 @@ const CPluginList::PLUGIN * CPluginList::GetPluginInfo ( int indx ) const
return NULL; return NULL;
} }
return &m_PluginList[indx]; return &m_PluginList[indx];
} }
bool CPluginList::LoadList() bool CPluginList::LoadList()

View File

@ -1,4 +1,16 @@
#include "..\\Settings.h" /****************************************************************************
* *
* Project64 - A Nintendo 64 emulator. *
* http://www.pj64-emu.com/ *
* Copyright (C) 2012 Project64. All rights reserved. *
* *
* License: *
* GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html *
* *
****************************************************************************/
#pragma once
#include <Project64/Settings/Settings.h>
class CPluginList class CPluginList
{ {