diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 15:59:29 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 16:26:52 +0100 |
| commit | fdb64c59865e4db76addfb8222f6421443e25240 (patch) | |
| tree | 0de2bad9f758c69b7fb9ba2670653c8515a3a70d /direction.h | |
| parent | 207176de48d5e44c8d3e6318b526db5d772dd008 (diff) | |
| download | yachat6-fdb64c59865e4db76addfb8222f6421443e25240.tar.gz | |
Import files from xxcc
Diffstat (limited to 'direction.h')
| -rw-r--r-- | direction.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/direction.h b/direction.h new file mode 100644 index 0000000..aed3bdf --- /dev/null +++ b/direction.h @@ -0,0 +1,6 @@ +#ifndef DIRECTION_H +#define DIRECTION_H + +enum Direction {In, Out}; + +#endif |
