cleanup repo
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
#ifndef AND
|
|
||||||
#define AND
|
|
||||||
|
|
||||||
class and : public gate {
|
|
||||||
//TODO
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // !AND
|
|
@@ -1,8 +0,0 @@
|
|||||||
#ifndef NOT
|
|
||||||
#define NOT
|
|
||||||
|
|
||||||
class not : public gate {
|
|
||||||
//TODO
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // !NOT
|
|
8
src/or.h
8
src/or.h
@@ -1,8 +0,0 @@
|
|||||||
#ifndef OR
|
|
||||||
#define OR
|
|
||||||
|
|
||||||
class or : public gate {
|
|
||||||
//TODO
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif // !OR
|
|
Reference in New Issue
Block a user