blob: bec7de4734294a9cbf4b5a5f225d12f5bcbb820c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright Epic Games, Inc. All Rights Reserved.
#include <zenvfs/zenvfs.h>
namespace zen {
// temporary dummy function to appease Mac linker
void
ZenVfs()
{
}
} // namespace zen
|