summaryrefslogtreecommitdiffstats
path: root/enum2string.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 /enum2string.cpp
parent41f7119d8631a142fa5a97285a8443f9d7eb7e14 (diff)
downloadsteamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.gz
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.tar.bz2
steamcmd-c23c702370ebe26ed7ba97980f80935c9aa37515.zip
fix paths to open steamworks
Diffstat (limited to 'enum2string.cpp')
-rw-r--r--enum2string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum2string.cpp b/enum2string.cpp
index 870aeba..62c34e8 100644
--- a/enum2string.cpp
+++ b/enum2string.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 9
10const char* AppState2String(EAppState eState) 10const char* AppState2String(EAppState eState)
11{ 11{