LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)

This commit is contained in:
Linus Groh 2020-01-26 13:52:19 +00:00 committed by Andreas Kling
commit be57b81336
Notes: sideshowbarker 2024-07-19 09:47:23 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ private:
void escape$L(const ParamVector&);
void escape$h_l(bool, bool, const ParamVector&);
void DA(const ParamVector&);
void escape$f(const ParamVector&);
void HVP(const ParamVector&);
void NEL();
void IND();
void RI();