Add new System Property.

This commit is contained in:
The Dax 2013-10-09 20:31:29 -04:00
parent c18d1bcc6d
commit 615e01b2af

View File

@ -101,6 +101,7 @@ void System_InputBox(const char *title, const char *defaultValue);
enum SystemProperty {
SYSPROP_NAME,
SYSPROP_LANGREGION,
SYSPROP_CPUINFO,
};
std::string System_GetProperty(SystemProperty prop);