summaryrefslogtreecommitdiffstats
path: root/main.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 /main.cpp
parent41f7119d8631a142fa5a97285a8443f9d7eb7e14 (diff)
downloadsteamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.gz
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.bz2
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.zip
fix paths to open steamworks
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index db06f63..ea6bd0b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -10,7 +10,7 @@
10 10
11#include "CCommandLine.h" 11#include "CCommandLine.h"
12 12
13#include "../../Open Steamworks/Steamworks.h" 13#include "Open Steamworks/Steamworks.h"
14#include "enum2string.h" 14#include "enum2string.h"
15#include "utils.h" 15#include "utils.h"
16 16