mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +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 <map>
|
||||
#include <string>
|
||||
|
||||
#include "pfLocalizedString.h"
|
||||
#include "plFileSystem.h"
|
||||
@ -64,9 +63,6 @@ struct LocElementInfo;
|
||||
struct LocSetInfo;
|
||||
struct LocAgeInfo;
|
||||
|
||||
// Temporary helper (until everything is plString-ized)
|
||||
typedef std::vector<std::wstring> WStringVector;
|
||||
|
||||
class pfLocalizationDataMgr
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user