mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Remove unneeded wstring code in pfLocalizationMgr.
This commit is contained in:
@ -51,7 +51,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include "HeadSpin.h"
|
#include "HeadSpin.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#include "pfLocalizedString.h"
|
#include "pfLocalizedString.h"
|
||||||
#include "plFileSystem.h"
|
#include "plFileSystem.h"
|
||||||
@ -64,9 +63,6 @@ struct LocElementInfo;
|
|||||||
struct LocSetInfo;
|
struct LocSetInfo;
|
||||||
struct LocAgeInfo;
|
struct LocAgeInfo;
|
||||||
|
|
||||||
// Temporary helper (until everything is plString-ized)
|
|
||||||
typedef std::vector<std::wstring> WStringVector;
|
|
||||||
|
|
||||||
class pfLocalizationDataMgr
|
class pfLocalizationDataMgr
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user