mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 23:45:20 +02:00
ALL CAPS R COOL
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "Download.h"
|
#include "Download.h"
|
||||||
#include "DownloadManager.h"
|
#include "DownloadManager.h"
|
||||||
#include "http.h"
|
#include "HTTP.h"
|
||||||
|
|
||||||
Download::Download(std::string uri_, bool keepAlive):
|
Download::Download(std::string uri_, bool keepAlive):
|
||||||
http(NULL),
|
http(NULL),
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#include "DownloadManager.h"
|
#include "DownloadManager.h"
|
||||||
#include "Download.h"
|
#include "Download.h"
|
||||||
#include "http.h"
|
#include "HTTP.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user