mirror of
https://github.com/edubart/otclient.git
synced 2025-12-27 10:07:11 +01:00
reorganize sources
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#ifndef TRANSLATOR_H
|
||||
#define TRANSLATOR_H
|
||||
|
||||
#include <const.h>
|
||||
#include "../const.h"
|
||||
#include <string>
|
||||
|
||||
AlignmentFlag parseAlignment(std::string aligment);
|
||||
AnchorPoint parseAnchorPoint(const std::string& anchorPoint);
|
||||
namespace fw {
|
||||
|
||||
AlignmentFlag translateAlignment(std::string aligment);
|
||||
AnchorPoint translateAnchorPoint(const std::string& anchorPoint);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user