#include "../DFPSR/base/Handle.h" #include "../DFPSR/implementation/gui/BackendWindow.h" #include "../DFPSR/api/stringAPI.h" dsr::Handle createBackendWindow(const dsr::String& title, int width, int height) { dsr::sendWarning("Tried to create a DsrWindow without a window manager selected!\n"); return dsr::Handle(); }