28#include "../../utility/PEBLPath.h"
29#include "../../utility/PError.h"
31#include "../../base/PEBLObject.h"
34#include "../../base/Evaluator-es.h"
36#include "../../base/Evaluator.h"
88 out <<
"<SDL PlatformImageBox>" << flush;
106 imagefilename +
string(
"]."));
115#ifdef PEBL_EMSCRIPTENX
117 mSurface = SDL_LoadBMP(filename.c_str());
121 mSurface = IMG_Load(filename.c_str());
123 mSurface = SDL_LoadBMP(filename.c_str());
153 imagefilename +
string(
"].") +
154 string(IMG_GetError()));
virtual bool SetProperty(std::string name, Variant v)
std::string FindFile(const string &filename)
virtual bool SetProperty(std::string, Variant v)
void SignalFatalError(const std::string &message)