summaryrefslogtreecommitdiff
path: root/src/stairs_direction.hpp
blob: b0b5f25d696ecbdb7f23b2752055ceff7daffcb6 (plain)
1
2
3
#pragma once

typedef enum { STAIRS_UP, STAIRS_DOWN } stairs_direction;