mirror of
https://gitlab.com/manzerbredes/cgeditor.git
synced 2025-04-05 17:46:28 +02:00
Make NAG translation methods public
This commit is contained in:
parent
d24defdabc
commit
83c92b1f48
1 changed files with 4 additions and 3 deletions
|
@ -33,12 +33,13 @@ protected:
|
|||
virtual void DrawElement(const Element &) = 0;
|
||||
/// @brief Handle event that occured during editor drawing
|
||||
virtual void HandleEvent(const Event &) = 0;
|
||||
public:
|
||||
CGEditor();
|
||||
~CGEditor();
|
||||
|
||||
/// @brief Convert NAG id to symbol using the NagTable
|
||||
std::string GetNAGSymbol(const std::uint8_t) const;
|
||||
/// @brief Convert NAG symbol to id using the NagTable
|
||||
std::uint8_t GetNAGId(const std::string&) const;
|
||||
public:
|
||||
CGEditor();
|
||||
~CGEditor();
|
||||
};
|
||||
} // namespace cgeditor
|
Loading…
Add table
Reference in a new issue