hyperultra/src/exit.h

6 lines
49 B
C
Raw Normal View History

2023-03-17 20:51:15 +01:00
#pragma once
typedef struct {
2023-03-21 21:17:54 +01:00
int dir;
2023-03-17 20:51:15 +01:00
} Exit;