include paths normalized
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#include "../eterBase/Singleton.h"
|
||||
#include "EterBase/Singleton.h"
|
||||
#include "Type.h"
|
||||
#include "MaSoundInstance.h"
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
//#include <windows.h>
|
||||
|
||||
#include "../eterBase/CRC32.h"
|
||||
#include "../eterBase/Utils.h"
|
||||
#include "../eterBase/Debug.h"
|
||||
#include "EterBase/CRC32.h"
|
||||
#include "EterBase/Utils.h"
|
||||
#include "EterBase/Debug.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "StdAfx.h"
|
||||
#include "Type.h"
|
||||
#include "../EterLib/TextFileLoader.h"
|
||||
#include "EterLib/TextFileLoader.h"
|
||||
|
||||
std::string NSound::strResult;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user