interpret/src/scan_score.h

5 lines
107 B
C
Raw Normal View History

2023-03-12 19:48:29 -04:00
#include "helper.h"
#include "flight.h"
int scan_score(union date32, const char *, struct flight_tree *);