s/common/Common
This commit is contained in:
parent
e12aa20281
commit
c1d80674fe
|
@ -14,7 +14,7 @@
|
|||
#include <string> //stl string
|
||||
#include <map> //stl map
|
||||
#include <list> //stl list
|
||||
#include <common/stdtypes.h>
|
||||
#include <Common/stdtypes.h>
|
||||
|
||||
typedef std::map<int32_t, std::wstring, std::less<int32_t> > LANG_STRINGS;
|
||||
typedef LANG_STRINGS::value_type LANG_STR;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "stdafx.h"
|
||||
#include <Project64-core/N64System/N64Class.h>
|
||||
#include <Project64-core/Notification.h>
|
||||
#include <common/Util.h>
|
||||
#include <Common/Util.h>
|
||||
#include <Windows.h>
|
||||
#include <Objbase.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "Mempak.H"
|
||||
#include <common/path.h>
|
||||
#include <Common/path.h>
|
||||
#include <Windows.h>
|
||||
|
||||
static uint8_t Mempaks[4][0x8000];
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include <common/CriticalSection.h>
|
||||
#include <Common/CriticalSection.h>
|
||||
|
||||
enum SystemEvent
|
||||
{
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
#pragma once
|
||||
#include <common/md5.h>
|
||||
#include <Common/md5.h>
|
||||
#include "RecompilerOps.h"
|
||||
#include "ExitInfo.h"
|
||||
#include "CodeSection.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#include "stdafx.h"
|
||||
#include "SpeedLimiterClass.h"
|
||||
#include <common/util.h>
|
||||
#include <Common/util.h>
|
||||
#include <Windows.h>
|
||||
#include <Mmsystem.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include <common/IniFileClass.h>
|
||||
#include <Common/IniFileClass.h>
|
||||
#include "SettingsType-Base.h"
|
||||
|
||||
class CSettingTypeApplication :
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "stdafx.h"
|
||||
#include "SettingsType-Application.h"
|
||||
#include "SettingsType-ApplicationPath.h"
|
||||
#include <common/path.h>
|
||||
#include <Common/path.h>
|
||||
|
||||
CSettingTypeApplicationPath::CSettingTypeApplicationPath(const char * Section, const char * Name, SettingID DefaultSetting ) :
|
||||
CSettingTypeApplication(Section,Name,DefaultSetting)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "SettingsType-Base.h"
|
||||
#include <common/IniFileClass.h>
|
||||
#include <Common/IniFileClass.h>
|
||||
|
||||
class CSettingTypeCheats :
|
||||
public CSettingType
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
****************************************************************************/
|
||||
#pragma once
|
||||
|
||||
#include <common/IniFileClass.h>
|
||||
#include <Common/IniFileClass.h>
|
||||
#include "SettingsType-Base.h"
|
||||
|
||||
class CSettingTypeRomDatabase :
|
||||
|
|
Loading…
Reference in New Issue