ManaPlus
Data Structures | Typedefs | Variables
podict.h File Reference

(986a3bf)

#include <map>
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Data Structures

class  PoDict
 

Typedefs

typedef std::map< std::string, std::string > PoMap
 

Variables

PoDicttranslator
 
PoDictdictionary
 
PoDictreverseDictionary
 

Typedef Documentation

◆ PoMap

typedef std::map<std::string, std::string> PoMap

Definition at line 30 of file podict.h.

Variable Documentation

◆ dictionary

PoDict* dictionary
extern

◆ reverseDictionary

PoDict* reverseDictionary
extern

◆ translator

PoDict* translator
extern