s/common/Common

This commit is contained in:
no 2015-12-19 18:57:27 -05:00
parent e12aa20281
commit c1d80674fe
10 changed files with 10 additions and 10 deletions

View File

@ -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;

View File

@ -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>

View File

@ -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];

View File

@ -10,7 +10,7 @@
****************************************************************************/
#pragma once
#include <common/CriticalSection.h>
#include <Common/CriticalSection.h>
enum SystemEvent
{

View File

@ -9,7 +9,7 @@
* *
****************************************************************************/
#pragma once
#include <common/md5.h>
#include <Common/md5.h>
#include "RecompilerOps.h"
#include "ExitInfo.h"
#include "CodeSection.h"

View File

@ -10,7 +10,7 @@
****************************************************************************/
#include "stdafx.h"
#include "SpeedLimiterClass.h"
#include <common/util.h>
#include <Common/util.h>
#include <Windows.h>
#include <Mmsystem.h>

View File

@ -10,7 +10,7 @@
****************************************************************************/
#pragma once
#include <common/IniFileClass.h>
#include <Common/IniFileClass.h>
#include "SettingsType-Base.h"
class CSettingTypeApplication :

View File

@ -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)

View File

@ -11,7 +11,7 @@
#pragma once
#include "SettingsType-Base.h"
#include <common/IniFileClass.h>
#include <Common/IniFileClass.h>
class CSettingTypeCheats :
public CSettingType

View File

@ -10,7 +10,7 @@
****************************************************************************/
#pragma once
#include <common/IniFileClass.h>
#include <Common/IniFileClass.h>
#include "SettingsType-Base.h"
class CSettingTypeRomDatabase :