9 lines
78 B
C++
9 lines
78 B
C++
#ifndef AND
|
|
#define AND
|
|
|
|
class and : public gate {
|
|
//TODO
|
|
};
|
|
|
|
#endif // !AND
|