]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/level_editor/rect_layer.h
Introduce subtract operation to RectLayer
[nothing.git] / src / game / level / level_editor / rect_layer.h
index 77013ab3bf3b329b97b99603a8855aed86ea06ed..8bb37b444cf05844f89165b7988025b1459197ca 100644 (file)
@@ -16,7 +16,8 @@ typedef enum {
     RECT_LAYER_RESIZE,
     RECT_LAYER_MOVE,
     RECT_LAYER_ID_RENAME,
-    RECT_LAYER_RECOLOR
+    RECT_LAYER_RECOLOR,
+    RECT_LAYER_SUBTRACT
 } RectLayerState;
 
 struct RectLayer {