From b12b8c9cb7a4d36fa6c0e2e9ec14ce5dfba6f78f Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 16:30:11 +1300 Subject: Support first working prototype without nested gates --- gate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gate.h') diff --git a/gate.h b/gate.h index 1838913..86b2e48 100644 --- a/gate.h +++ b/gate.h @@ -25,5 +25,6 @@ int gate_add(char *name, enum BINARY (*operation)(enum BINARY, enum BINARY), str int tick(void); void gate_init(void); void gate_dump(void); +int gate_set_input(char *name, enum BINARY value); #endif -- cgit v1.1