chiark / gitweb /
WIP per-island-pair trades
[ypp-sc-tools.main.git] / yarrg / rscommon.h
1 #ifndef RSCOMMON_H
2 #define RSCOMMON_H
3
4 #include <sqlite3.h>
5
6 #include "common.h"
7
8 extern struct sqlite *db;
9
10 void value_route(int nislands, const int *islands);
11
12 #endif /*RSCOMMON_H*/