28 #include "gui.h" |
28 #include "gui.h" |
29 #include "build/moc_download.cpp" |
29 #include "build/moc_download.cpp" |
30 #include "file.h" |
30 #include "file.h" |
31 #include "gldraw.h" |
31 #include "gldraw.h" |
32 |
32 |
33 cfg (str, net_downloadpath, ""); |
33 cfg (String, net_downloadpath, ""); |
34 cfg (bool, net_guesspaths, true); |
34 cfg (Bool, net_guesspaths, true); |
35 cfg (bool, net_autoclose, false); |
35 cfg (Bool, net_autoclose, false); |
36 |
36 |
37 constexpr const char* PartDownloader::k_OfficialURL, |
37 constexpr const char* PartDownloader::k_OfficialURL, |
38 *PartDownloader::k_UnofficialURL; |
38 *PartDownloader::k_UnofficialURL; |
39 |
39 |
40 // ============================================================================= |
40 // ============================================================================= |