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 // TODO: Move this to common.h |
|
34 #define alias auto& |
|
35 |
|
36 PartDownloader g_PartDownloader; |
33 PartDownloader g_PartDownloader; |
37 |
34 |
38 cfg (str, net_downloadpath, ""); |
35 cfg (str, net_downloadpath, ""); |
39 cfg (bool, net_guesspaths, true); |
36 cfg (bool, net_guesspaths, true); |
40 cfg (bool, net_autoclose, false); |
37 cfg (bool, net_autoclose, false); |