| 123456789 |
-
- #include "../DFPSR/base/Handle.h"
- #include "../DFPSR/implementation/gui/BackendWindow.h"
- #include "../DFPSR/api/stringAPI.h"
- dsr::Handle<dsr::BackendWindow> 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<dsr::BackendWindow>();
- }
|