diff options
Diffstat (limited to 'games/openarena/files/patch-code_qcommon_qcommon.h')
-rw-r--r-- | games/openarena/files/patch-code_qcommon_qcommon.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/openarena/files/patch-code_qcommon_qcommon.h b/games/openarena/files/patch-code_qcommon_qcommon.h new file mode 100644 index 000000000000..7f94b9e1ee2d --- /dev/null +++ b/games/openarena/files/patch-code_qcommon_qcommon.h @@ -0,0 +1,12 @@ +--- code/qcommon/qcommon.h.orig 2011-12-24 12:29:32 UTC ++++ code/qcommon/qcommon.h +@@ -1099,6 +1099,9 @@ char *Sys_DefaultInstallPath(void); + char *Sys_DefaultAppPath(void); + #endif + ++void Sys_SetDefaultLibPath(const char *path); ++char *Sys_DefaultLibPath(void); ++ + void Sys_SetDefaultHomePath(const char *path); + char *Sys_DefaultHomePath(void); + const char *Sys_TempPath(void); |