| Index: tools/Resources.h
|
| diff --git a/tools/Resources.h b/tools/Resources.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a10612b78d95c928e29bf5dbbd887c9145542ec5
|
| --- /dev/null
|
| +++ b/tools/Resources.h
|
| @@ -0,0 +1,15 @@
|
| +/*
|
| + * Copyright 2014 Google Inc.
|
| + *
|
| + * Use of this source code is governed by a BSD-style license that can be
|
| + * found in the LICENSE file.
|
| + */
|
| +
|
| +#ifndef Resources_DEFINED
|
| +#define Resources_DEFINED
|
| +
|
| +#include "SkString.h"
|
| +
|
| +SkString GetResourcePath(const char* resource = "");
|
| +
|
| +#endif // Resources_DEFINED
|
|
|