openvr/src/vrcommon/dirtools_public.h

18 lines
301 B
C
Raw Normal View History

2021-03-27 21:18:40 +00:00
//========= Copyright Valve Corporation ============//
#pragma once
#include <stdint.h>
#include <string>
#if !defined(_WIN32)
#include <sys/types.h>
#include <sys/stat.h>
#endif
extern bool BCreateDirectoryRecursive( const char *pchPath );
extern bool BCreateDirectory( const char *pchPath );