summaryrefslogtreecommitdiffstats
path: root/CallbackDispatcher.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 /CallbackDispatcher.cpp
parent41f7119d8631a142fa5a97285a8443f9d7eb7e14 (diff)
downloadsteamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.gz
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.bz2
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.zip
fix paths to open steamworks
Diffstat (limited to 'CallbackDispatcher.cpp')
-rw-r--r--CallbackDispatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CallbackDispatcher.cpp b/CallbackDispatcher.cpp
index 12b4906..489995b 100644
--- a/CallbackDispatcher.cpp
+++ b/CallbackDispatcher.cpp
@@ -5,7 +5,7 @@
5 License : Public domain 5 License : Public domain
6*/ 6*/
7 7
8#include "../../Open Steamworks/Steamworks.h" 8#include "Open Steamworks/Steamworks.h"
9#include <map> 9#include <map>
10 10
11extern HSteamPipe g_hPipe; 11extern HSteamPipe g_hPipe;