add c func and data

This commit is contained in:
Redo
2022-11-05 13:01:07 -06:00
parent f347d1f17d
commit 75299209b8
5 changed files with 14 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ GATEFUNC(Not) {
enum GateFuncs {
GateFunc_None,
GateFunc_Diode,
GateFunc_Not,
GateFunc_Diode = 1,
GateFunc_Not = 2,
};
GateFunc sim_logic_functions[] = {