bcbc1788b4
This idea emerged while doing https://codereview.chromium.org/321723002/
(commit 880914c35c
).
BUG=None
TEST=make tests && out/Debug/tests
R=mtklein@google.com
Author: tfarina@chromium.org
Review URL: https://codereview.chromium.org/346453002
16 lines
304 B
C
16 lines
304 B
C
/*
|
|
* 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
|