Actually fix headless build, doh

This commit is contained in:
Henrik Rydgard 2013-12-08 12:12:45 +01:00
parent 628bf497dd
commit 109decf481

View File

@ -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;