Startpunkten

This commit is contained in:
2026-03-05 13:37:25 +01:00
commit 00233de938
22 changed files with 4613 additions and 0 deletions

12
state.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef _state_h_
#define _state_h_
#define IDLE 0
#define UUUK 1
#define DATA 2
#define UUNK 3
#define UINK 4
#define UIUK 5
#define TERR 6
#endif