mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
fix visual studio compiling errors (but not the dirent.h one)
This commit is contained in:
@@ -63,7 +63,7 @@ private:
|
||||
ListenerHandle CompletedListener;
|
||||
ThumbRenderRequest(GameSave * save, bool decorations, int width, int height, ListenerHandle completedListener) :
|
||||
Save(save), Width(width), Height(height), CompletedListener(completedListener), Decorations(decorations) {}
|
||||
ThumbRenderRequest() : Save(0), Decorations(true), Width(0), Height(0), CompletedListener(ListenerHandle(0, NULL)) {}
|
||||
ThumbRenderRequest() : Save(0), Decorations(true), Width(0), Height(0), CompletedListener(ListenerHandle(0, (ThumbnailListener*)NULL)) {}
|
||||
};
|
||||
|
||||
//Thumbnail retreival
|
||||
|
@@ -1,5 +1,6 @@
|
||||
//Lexical analyser
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include "Scanner.h"
|
||||
|
||||
namespace pim
|
||||
|
Reference in New Issue
Block a user