Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: third_party/openvr/src/src/vrcommon/dirtools_public.h

Issue 2754253003: Add OpenVR SDK to third_party (Closed)
Patch Set: rebase and fix copyright Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 //========= Copyright Valve Corporation ============//
2 #pragma once
3
4 #include <stdint.h>
5 #include <string>
6
7
8 #if !defined(_WIN32)
9 #include <sys/types.h>
10 #include <sys/stat.h>
11 #endif
12
13
14 extern bool BCreateDirectoryRecursive( const char *pchPath );
15 extern bool BCreateDirectory( const char *pchPath );
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698