radec/src/gate.h

8 lines
60 B
C
Raw Normal View History

#ifndef GATE
#define GATE
class gate {
};
#endif // !GATE