Selection Highlighting

This commit is contained in:
Marc Chapman 2017-07-26 23:48:29 +01:00
parent 64d1b06866
commit d4c2eeea98
7 changed files with 52 additions and 0 deletions

View file

@ -254,6 +254,7 @@ public:
Point2F mGradientRange;
private:
void set_special_typing();
virtual void setSelectionFlags(U8 flags);
};
typedef TSStatic::MeshType TSMeshType;