refactor layout.h into single file per Node* classes
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
enum class kShapeType : uint16_t
|
||||
{
|
||||
Quad = const_hash("rect"),
|
||||
Poly = const_hash("poly"),
|
||||
RoundRect = const_hash("round-rect"),
|
||||
Slice9 = const_hash("slice9"),
|
||||
};
|
||||
|
||||
namespace ui {
|
||||
|
||||
class Shape
|
||||
|
||||
Reference in New Issue
Block a user