From 109decf4816b4e20d0cc70b0eb0de686539f248d Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 8 Dec 2013 12:12:45 +0100 Subject: [PATCH] Actually fix headless build, doh --- headless/Headless.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/headless/Headless.cpp b/headless/Headless.cpp index 17102e430f..a67131bcd3 100644 --- a/headless/Headless.cpp +++ b/headless/Headless.cpp @@ -71,6 +71,7 @@ void NativeRender() { } std::string System_GetProperty(SystemProperty prop) { return ""; } void System_SendMessage(const char *command, const char *parameter) {} +bool System_InputBoxGetWString(const wchar_t *title, const std::wstring &defaultvalue, std::wstring &outvalue) { return false; } #ifndef _WIN32 InputState input_state;