include paths normalized
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterLib/StateManager.h"
|
||||
#include "../eterLib/JpegFile.h"
|
||||
#include "EterLib/StateManager.h"
|
||||
#include "EterLib/JpegFile.h"
|
||||
#include "PythonGraphic.h"
|
||||
|
||||
bool g_isScreenShotKey = false;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterlib/GrpTextInstance.h"
|
||||
#include "../eterlib/GrpMarkInstance.h"
|
||||
#include "../eterlib/GrpImageInstance.h"
|
||||
#include "../eterlib/GrpExpandedImageInstance.h"
|
||||
#include "EterLib/GrpTextInstance.h"
|
||||
#include "EterLib/GrpMarkInstance.h"
|
||||
#include "EterLib/GrpImageInstance.h"
|
||||
#include "EterLib/GrpExpandedImageInstance.h"
|
||||
|
||||
#include "../eterGrnLib/ThingInstance.h"
|
||||
#include "EterGrnLib/ThingInstance.h"
|
||||
|
||||
class CPythonGraphic : public CScreen, public CSingleton<CPythonGraphic>
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterlib/Camera.h"
|
||||
#include "../EterLib/TextBar.h"
|
||||
#include "EterLib/Camera.h"
|
||||
#include "EterLib/TextBar.h"
|
||||
|
||||
#include <shlobj.h>
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterBase/CRC32.h"
|
||||
#include "EterBase/CRC32.h"
|
||||
#include "PythonGridSlotWindow.h"
|
||||
|
||||
using namespace UI;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterBase/CRC32.h"
|
||||
#include "../eterBase/Filename.h"
|
||||
#include "EterBase/CRC32.h"
|
||||
#include "EterBase/Filename.h"
|
||||
#include "PythonWindow.h"
|
||||
#include "PythonSlotWindow.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "StdAfx.h"
|
||||
#include "../eterBase/CRC32.h"
|
||||
#include "EterBase/CRC32.h"
|
||||
#include "PythonWindow.h"
|
||||
#include "PythonSlotWindow.h"
|
||||
#include "PythonWindowManager.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../eterBase/Utils.h"
|
||||
#include "EterBase/Utils.h"
|
||||
|
||||
namespace UI
|
||||
{
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#ifndef _CRT_SECURE_NO_WARNINGS
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
#include "../EterLib/StdAfx.h"
|
||||
#include "../ScriptLib/StdAfx.h"
|
||||
#include "EterLib/StdAfx.h"
|
||||
#include "ScriptLib/StdAfx.h"
|
||||
|
||||
#include "PythonGraphic.h"
|
||||
#include "PythonWindowManager.h"
|
||||
|
||||
Reference in New Issue
Block a user