[Project64] Make sure Common is in uppercase
This commit is contained in:
parent
6e972c4660
commit
3406831a49
|
@ -36,7 +36,7 @@
|
||||||
// * Do NOT send me the whole project or file that you modified. Take out your modified code sections, and tell me where to put them. If people sent the whole thing, I would have many different versions, but no idea how to combine them all.
|
// * Do NOT send me the whole project or file that you modified. Take out your modified code sections, and tell me where to put them. If people sent the whole thing, I would have many different versions, but no idea how to combine them all.
|
||||||
//
|
//
|
||||||
//****************************************************************
|
//****************************************************************
|
||||||
#include <common/stdtypes.h>
|
#include <Common/stdtypes.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
typedef uint32_t wxUint32;
|
typedef uint32_t wxUint32;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "TxDbg.h"
|
#include "TxDbg.h"
|
||||||
#include <zlib/zlib.h>
|
#include <zlib/zlib.h>
|
||||||
#include <Common/path.h>
|
#include <Common/path.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
|
|
||||||
TxCache::~TxCache()
|
TxCache::~TxCache()
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "TxDbg.h"
|
#include "TxDbg.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include <Common/path.h>
|
#include <Common/path.h>
|
||||||
|
|
||||||
TxDbg::TxDbg()
|
TxDbg::TxDbg()
|
||||||
|
|
|
@ -25,8 +25,8 @@
|
||||||
#pragma warning(disable: 4786)
|
#pragma warning(disable: 4786)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <common/path.h>
|
#include <Common/path.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include "TxFilter.h"
|
#include "TxFilter.h"
|
||||||
#include "TextureFilters.h"
|
#include "TextureFilters.h"
|
||||||
#include "TxDbg.h"
|
#include "TxDbg.h"
|
||||||
|
|
|
@ -60,8 +60,8 @@
|
||||||
#include "TxDbg.h"
|
#include "TxDbg.h"
|
||||||
#include <zlib/zlib.h>
|
#include <zlib/zlib.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <common/path.h>
|
#include <Common/path.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
|
||||||
TxHiResCache::~TxHiResCache()
|
TxHiResCache::~TxHiResCache()
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include <zlib/zlib.h>
|
#include <zlib/zlib.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <Common/path.h>
|
#include <Common/path.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
|
|
||||||
TxTexCache::~TxTexCache()
|
TxTexCache::~TxTexCache()
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include <zlib/zlib.h>
|
#include <zlib/zlib.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <common/stdtypes.h>
|
#include <Common/stdtypes.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include <common/memtest.h>
|
#include <Common/memtest.h>
|
||||||
#include <common/CriticalSection.h>
|
#include <Common/CriticalSection.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include <common/FileClass.h>
|
#include <Common/FileClass.h>
|
||||||
#include <common/LogClass.h>
|
#include <Common/LogClass.h>
|
||||||
#include <common/Trace.h>
|
#include <Common/Trace.h>
|
||||||
#include <common/path.h>
|
#include <Common/path.h>
|
||||||
#include <common/SmartPointer.h>
|
#include <Common/SmartPointer.h>
|
||||||
#include <common/IniFileClass.h>
|
#include <Common/IniFileClass.h>
|
||||||
#include <common/md5.h>
|
#include <Common/md5.h>
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||||
|
|
||||||
#include <common/MemTest.h>
|
#include <Common/MemTest.h>
|
||||||
#include <common/CriticalSection.h>
|
#include <Common/CriticalSection.h>
|
||||||
#include <Project64-core/Multilanguage.h>
|
#include <Project64-core/Multilanguage.h>
|
||||||
#include "UserInterface.h"
|
#include "UserInterface.h"
|
||||||
#include "N64System.h"
|
#include "N64System.h"
|
||||||
|
|
|
@ -31,9 +31,9 @@ extern "C" {
|
||||||
#include "profiling.h"
|
#include "profiling.h"
|
||||||
}
|
}
|
||||||
#pragma warning(disable:4786)
|
#pragma warning(disable:4786)
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include <common/FileClass.h>
|
#include <Common/FileClass.h>
|
||||||
#include <common/LogClass.h>
|
#include <Common/LogClass.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#ifndef __Types_h
|
#ifndef __Types_h
|
||||||
#define __Types_h
|
#define __Types_h
|
||||||
|
|
||||||
#include <common/stdtypes.h>
|
#include <Common/stdtypes.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* pointer to RSP operation code functions or "func"
|
* pointer to RSP operation code functions or "func"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <common/StdString.h>
|
#include <Common/StdString.h>
|
||||||
#include <Common/FileClass.h>
|
#include <Common/FileClass.h>
|
||||||
#include <Common/LogClass.h>
|
#include <Common/LogClass.h>
|
||||||
#include <Common/path.h>
|
#include <Common/path.h>
|
||||||
|
|
Loading…
Reference in New Issue