enum EE::Graphics::NinePatch::NinePatchSides

#include <ninepatch.hpp>

enum NinePatchSides {
    Left      = 0,
    Right,
    Down,
    Up,
    UpLeft,
    UpRight,
    DownLeft,
    DownRight,
    Center,
    SideCount,
};