From 58118770e0dd3de973d4b9e5e6e52c0bf520ff9c Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 24 Jul 2020 16:18:13 +0930 Subject: added pulse, project on hold --- Gate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Gate.h') 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); -- cgit v1.2.3