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

10 lines
202 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);
2011-08-14 04:09:11 +02:00
AnchorPoint parseAnchorPoint(const std::string& anchorPoint);
#endif