tibia-client/src/framework/util/translator.h

10 lines
157 B
C
Raw Normal View History

2011-07-13 23:12:36 +02:00
#ifndef TRANSLATOR_H
#define TRANSLATOR_H
#include <const.h>
#include <string>
AlignmentFlag parseAlignment(std::string aligment);
#endif // TRANSLATOR_H