src/network/newgrf_download.h
changeset 11178 aa617a8b4f34
parent 11174 b29402c54ffe
child 11181 403550141f43
equal deleted inserted replaced
11177:6d9a43c48924 11178:aa617a8b4f34
     5 #ifndef NEWGRF_DOWNLOAD_H
     5 #ifndef NEWGRF_DOWNLOAD_H
     6 #define NEWGRF_DOWNLOAD_H
     6 #define NEWGRF_DOWNLOAD_H
     7 
     7 
     8 #include "../newgrf_config.h"
     8 #include "../newgrf_config.h"
     9 
     9 
       
    10 // URL to the Master NewGRF database API
       
    11 #define NETWORK_NEWGRF_MASTER_API "http://localhost:8000/openttd-api/%s"
       
    12 
       
    13 // our HTTP User-Agent :)
       
    14 #define NETWORK_HTTP_USER_AGENT "OpenTTD (%s)"
       
    15 
    10 /* In newgrf_download.cpp */
    16 /* In newgrf_download.cpp */
    11 void ShowNewGRFDownload(GRFConfig **config);
    17 void ShowNewGRFDownload(GRFConfig **config);
    12 
    18 
    13 #endif /* NEWGRF_DOWNLOAD_H */
    19 #endif /* NEWGRF_DOWNLOAD_H */
    14 
    20