index
:
xavi/yachat6
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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