Move Functor to SysPSP/Utility

This commit is contained in:
Wally4000 2022-01-31 10:38:29 +11:00
parent 42d0fece69
commit ccd9bb3bf6
8 changed files with 7 additions and 6 deletions

View file

@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "SysPSP/UI/UISetting.h"
#include "SysPSP/UI/UICommand.h"
#include "SysPSP/UI/UISpacer.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
#include "System/IO.h"
#include <pspctrl.h>

View file

@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "SysPSP/UI/PauseOptionsComponent.h"
#include "SysPSP/UI/PauseScreen.h"
#include "SysPSP/Utility/Buttons.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
#include "Utility/Translate.h"
#include "PSPMenu.h"

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SYSPSP_UI_ROMSELECTORCOMPONENT_H_
#include "SysPSP/UI/UIComponent.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
class CRomSelectorComponent : public CUIComponent
{

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SYSPSP_UI_SAVESTATESELECTORCOMPONENT_H_
#include "SysPSP/UI/UIComponent.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
class CSavestateSelectorComponent : public CUIComponent
{

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SYSPSP_UI_SELECTEDROMCOMPONENT_H_
#include "SysPSP/UI/UIComponent.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
class RomID;

View file

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define SYSPSP_UI_UICOMMAND_H_
#include "SysPSP/UI/UIElement.h"
#include "Utility/Functor.h"
#include "SysPSP/Utility/Functor.h"
#include <string>

1
checks.json Normal file

File diff suppressed because one or more lines are too long