Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/engine/Utils.h

Issue 10790071: Send debug output to a file (Closed)
Patch Set: Created May 31, 2013, 9:54 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/engine/Utils.h
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/engine/Utils.h
@@ -0,0 +1,8 @@
+#ifndef UTILS_H
+#define UTILS_H
+
+#include <string>
+
+std::wstring GetAppDataPath();
+
+#endif // UTILS_H
« src/engine/Debug.cpp ('K') | « src/engine/Debug.cpp ('k') | src/engine/Utils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld