mirror of
https://github.com/edubart/otclient.git
synced 2025-12-27 10:07:11 +01:00
many changes and refactoring
This commit is contained in:
10
src/framework/util/translator.h
Normal file
10
src/framework/util/translator.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef TRANSLATOR_H
|
||||
#define TRANSLATOR_H
|
||||
|
||||
#include <const.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
AlignmentFlag parseAlignment(std::string aligment);
|
||||
|
||||
#endif // TRANSLATOR_H
|
||||
Reference in New Issue
Block a user