cleanup repo
This commit is contained in:
parent
7ccf8ef646
commit
f8849ef25a
@ -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
|
Loading…
Reference in New Issue
Block a user