16 lines
106 B
C
Raw Normal View History

2022-02-04 19:22:43 +01:00
#ifndef STATUS_H
#define STATUS_H
typedef enum statusKlappenenum{
NICHTS,
}statusKlappen;
#endif