summaryrefslogtreecommitdiff
path: root/Gate.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-07-24 16:18:13 +0930
committerDaniel Jones <admin@danieljon.es>2020-07-24 16:18:13 +0930
commit58118770e0dd3de973d4b9e5e6e52c0bf520ff9c (patch)
tree211fcd0e2619e8e3a5d2d8166ca0e2d48b6008c4 /Gate.h
parent3a429d84c0e38b4a33834400aa0213082b634d55 (diff)
downloadfoxlogicgates-58118770e0dd3de973d4b9e5e6e52c0bf520ff9c.tar.gz
foxlogicgates-58118770e0dd3de973d4b9e5e6e52c0bf520ff9c.zip
added pulse, project on holdHEADmaster
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);