Add the basic class defineition for Wire and Gate.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef GATE
|
||||
#define GATE
|
||||
|
||||
class gate {
|
||||
|
||||
};
|
||||
|
||||
#endif // !GATE
|
@@ -0,0 +1,8 @@
|
||||
#ifndef WIRE
|
||||
#define WIRE
|
||||
|
||||
class wire {
|
||||
|
||||
};
|
||||
|
||||
#endif // !WIRE
|
Reference in New Issue
Block a user