interpret/src/scan_score.h

5 lines
107 B
C
Raw Normal View History

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