radec/src/and.h
2017-04-06 09:24:36 -04:00

9 lines
78 B
C++

#ifndef AND
#define AND
class and : public gate {
//TODO
};
#endif // !AND