summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-03-09 15:23:28 +0100
committermanuel <manuel@mausz.at>2013-03-09 15:23:28 +0100
commitc23c702370ebe26ed7ba97980f80935c9aa37515 (patch)
tree5513e768ab9ba1ccb0ee9cfcdb4d5c8e06f66dfd /utils.cpp
parent41f7119d8631a142fa5a97285a8443f9d7eb7e14 (diff)
downloadsteamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.gz
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.bz2
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.zip
fix paths to open steamworks
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.cpp b/utils.cpp
index 1a82531..fbbc3ec 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -6,7 +6,7 @@
6*/ 6*/
7 7
8#include <sys/stat.h> 8#include <sys/stat.h>
9#include "../../Open Steamworks/Steamworks.h" 9#include "Open Steamworks/Steamworks.h"
10 10
11extern IClientApps* g_pClientApps; 11extern IClientApps* g_pClientApps;
12 12