summaryrefslogtreecommitdiff
path: root/Gate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gate.h')
-rw-r--r--Gate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gate.h b/Gate.h
index 6519791..0ee833d 100644
--- a/Gate.h
+++ b/Gate.h
@@ -36,6 +36,7 @@ class Gate : public Object
XOR,
XNOR,
NAND3,
+ PULSE,
};
Gate(GATE_TYPE type = INPUT, int x = 0, int y = 0, int width = 70, int height = 50, int id = -1);