aboutsummaryrefslogtreecommitdiff
path: root/direction.h
blob: aed3bdf8b5b154302f271aeea8286815ed8bb27a (plain) (blame)
1
2
3
4
5
6
#ifndef DIRECTION_H
#define DIRECTION_H

enum Direction {In, Out};

#endif